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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 42 bool exposesReturnsTwice;
83 : exposesReturnsTwice(false), isRecursive(false), notDuplicatable(false),
  /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/CodeGen/
StackSlotColoring.cpp 441 if (MF.exposesReturnsTwice())

Completed in 318 milliseconds