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

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h183 /// HasCalls - Set to true if this function has any function calls.
184 bool HasCalls; member in class:llvm::MachineFrameInfo
244 HasCalls = false;
465 bool hasCalls() const { return HasCalls; }
466 void setHasCalls(bool V) { HasCalls = V; }
H A DMachineTraceMetrics.h96 bool HasCalls; member in struct:llvm::MachineTraceMetrics::FixedBlockInfo
98 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {}
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp322 bool HasCalls = false; local
337 HasCalls = true;
367 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) {
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp93 FBI->HasCalls = false;
105 FBI->HasCalls = true;

Completed in 112 milliseconds