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

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 96 bool HasCalls;
98 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {}
MachineFrameInfo.h 193 /// HasCalls - Set to true if this function has any function calls.
194 bool HasCalls;
261 HasCalls = false;
483 /// hasCalls - Return true if the current function has any function calls.
484 bool hasCalls() const { return HasCalls; }
485 void setHasCalls(bool V) { HasCalls = V; }
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 339 bool HasCalls = false;
355 HasCalls = true;
386 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) {
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 92 FBI->HasCalls = false;
104 FBI->HasCalls = true;
    [all...]

Completed in 203 milliseconds