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 123 /// ExposesReturnsTwice - True if the function calls setjmp or related
128 bool ExposesReturnsTwice;
197 /// exposesReturnsTwice - Returns true if the function calls setjmp or
200 bool exposesReturnsTwice() const {
201 return ExposesReturnsTwice;
207 ExposesReturnsTwice = B;
  /external/llvm/lib/Analysis/
InlineCost.cpp 55 bool ExposesReturnsTwice;
129 IsRecursive(false), ExposesReturnsTwice(false), HasDynamicAlloca(false),
630 ExposesReturnsTwice = true;
743 if (IsRecursive || ExposesReturnsTwice || HasDynamicAlloca)
    [all...]

Completed in 927 milliseconds