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 180 /// HasCalls - Set to true if this function has any function calls.
181 bool HasCalls;
235 HasCalls = false;
450 /// hasCalls - Return true if the current function has any function calls.
451 bool hasCalls() const { return HasCalls; }
452 void setHasCalls(bool V) { HasCalls = V; }
MachineTraceMetrics.h 96 bool HasCalls;
98 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {}
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 336 bool HasCalls = false;
353 HasCalls = true;
382 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) {
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 91 FBI->HasCalls = false;
105 FBI->HasCalls = true;
    [all...]

Completed in 265 milliseconds