Home
last modified time | relevance | path

Searched refs:callsSetJmp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h32 bool callsSetJmp; member
66 CodeMetrics() : callsSetJmp(false), isRecursive(false), in CodeMetrics()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp233 callsSetJmp = true; in analyzeFunction()
263 return (Metrics.callsSetJmp || Metrics.isRecursive || in NeverInline()
632 CallerMetrics.callsSetJmp |= CalleeMetrics.callsSetJmp; in growCachedCostInfo()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFunction.h196 bool callsSetJmp() const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp741 if (MF.callsSetJmp()) in runOnMachineFunction()