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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 183 /// HasCalls - Set to true if this function has any function calls.
184 bool HasCalls;
244 HasCalls = false;
464 /// hasCalls - Return true if the current function has any function calls.
465 bool hasCalls() const { return HasCalls; }
466 void setHasCalls(bool V) { HasCalls = V; }
MachineTraceMetrics.h 96 bool HasCalls;
98 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {}
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 322 bool HasCalls = false;
337 HasCalls = true;
367 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) {
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 93 FBI->HasCalls = false;
105 FBI->HasCalls = true;
    [all...]

Completed in 98 milliseconds