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

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h180 /// HasCalls - Set to true if this function has any function calls.
181 bool HasCalls; member in class:llvm::MachineFrameInfo
235 HasCalls = false;
451 bool hasCalls() const { return HasCalls; }
452 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.cpp336 bool HasCalls = false; local
353 HasCalls = true;
382 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) {
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp91 FBI->HasCalls = false;
105 FBI->HasCalls = true;

Completed in 289 milliseconds