PostgreSQL Source Code  git master
FunctionInlineState Struct Reference

Data Fields

int costLimit
 
bool processed
 
bool inlined
 
bool allowReconsidering
 

Detailed Description

Definition at line 83 of file llvmjit_inline.cpp.

Field Documentation

◆ allowReconsidering

bool FunctionInlineState::allowReconsidering

Definition at line 88 of file llvmjit_inline.cpp.

Referenced by function_inlinable(), and llvm_build_inline_plan().

◆ costLimit

int FunctionInlineState::costLimit

Definition at line 85 of file llvmjit_inline.cpp.

Referenced by function_inlinable(), and llvm_build_inline_plan().

◆ inlined

bool FunctionInlineState::inlined

Definition at line 87 of file llvmjit_inline.cpp.

Referenced by function_inlinable(), and llvm_build_inline_plan().

◆ processed

bool FunctionInlineState::processed

Definition at line 86 of file llvmjit_inline.cpp.

Referenced by function_inlinable(), and llvm_build_inline_plan().


The documentation for this struct was generated from the following file: