Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h178 bool HasCalls; variable
234 HasCalls = false; in MachineFrameInfo()
450 bool hasCalls() const { return HasCalls; } in hasCalls()
451 void setHasCalls(bool V) { HasCalls = V; } in setHasCalls()
DMachineTraceMetrics.h96 bool HasCalls; member
98 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {} in FixedBlockInfo()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp313 bool HasCalls = false; in runOnFunction() local
328 HasCalls = true; in runOnFunction()
352 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) { in runOnFunction()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp89 FBI->HasCalls = false; in getResources()
98 FBI->HasCalls = true; in getResources()