|
PostgreSQL Source Code git master
|
Data Fields | |
| int | costLimit |
| bool | processed |
| bool | inlined |
| bool | allowReconsidering |
Definition at line 83 of file llvmjit_inline.cpp.
| bool FunctionInlineState::allowReconsidering |
Definition at line 88 of file llvmjit_inline.cpp.
Referenced by function_inlinable(), and llvm_build_inline_plan().
| int FunctionInlineState::costLimit |
Definition at line 85 of file llvmjit_inline.cpp.
Referenced by function_inlinable(), and llvm_build_inline_plan().
| bool FunctionInlineState::inlined |
Definition at line 87 of file llvmjit_inline.cpp.
Referenced by function_inlinable(), and llvm_build_inline_plan().
| bool FunctionInlineState::processed |
Definition at line 86 of file llvmjit_inline.cpp.
Referenced by function_inlinable(), and llvm_build_inline_plan().