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 60 bool ExposesReturnsTwice;
147 ExposesReturnsTwice(false), HasDynamicAlloca(false),
714 ExposesReturnsTwice = true;
    [all...]

Completed in 299 milliseconds