HomeSort by relevance Sort by last modified time
    Searched refs:ExposesReturnsTwice (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 127 /// ExposesReturnsTwice - True if the function calls setjmp or related
132 bool ExposesReturnsTwice;
208 /// exposesReturnsTwice - Returns true if the function calls setjmp or
211 bool exposesReturnsTwice() const {
212 return ExposesReturnsTwice;
218 ExposesReturnsTwice = B;
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 59 bool ExposesReturnsTwice;
141 ExposesReturnsTwice(false), HasDynamicAlloca(false),
711 ExposesReturnsTwice = true;
828 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca)
    [all...]

Completed in 59 milliseconds