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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 32 bool callsSetJmp;
66 CodeMetrics() : callsSetJmp(false), isRecursive(false),
  /external/llvm/lib/Analysis/
InlineCost.cpp 232 callsSetJmp = F->callsFunctionThatReturnsTwice();
262 return (Metrics.callsSetJmp || Metrics.isRecursive ||
631 CallerMetrics.callsSetJmp |= CalleeMetrics.callsSetJmp;
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 123 /// CallsSetJmp - True if the function calls setjmp or sigsetjmp. This is used
126 bool CallsSetJmp;
195 /// callsSetJmp - Returns true if the function calls setjmp or sigsetjmp.
196 bool callsSetJmp() const {
197 return CallsSetJmp;
203 CallsSetJmp = B;
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 741 if (MF.callsSetJmp())

Completed in 818 milliseconds