PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

◆ costLimit

int FunctionInlineState::costLimit

Definition at line 85 of file llvmjit_inline.cpp.

Referenced by function_inlinable().

◆ inlined

bool FunctionInlineState::inlined

Definition at line 87 of file llvmjit_inline.cpp.

◆ processed

bool FunctionInlineState::processed

Definition at line 86 of file llvmjit_inline.cpp.


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