Searched refs:ExposesReturnsTwice (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h127 /// ExposesReturnsTwice - True if the function calls setjmp or related
132 bool ExposesReturnsTwice; member in class:llvm::MachineFunction
212 return ExposesReturnsTwice;
218 ExposesReturnsTwice = B;
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp60 bool ExposesReturnsTwice; member in class:__anon25683::CallAnalyzer
147 ExposesReturnsTwice(false), HasDynamicAlloca(false),
714 ExposesReturnsTwice = true;
911 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca ||
1133 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca ||

Completed in 4624 milliseconds