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 177 /// HasCalls - Set to true if this function has any function calls.
178 bool HasCalls;
234 HasCalls = false;
449 /// hasCalls - Return true if the current function has any function calls.
450 bool hasCalls() const { return HasCalls; }
451 void setHasCalls(bool V) { HasCalls = V; }
MachineTraceMetrics.h 96 bool HasCalls;
98 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {}
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 313 bool HasCalls = false;
328 HasCalls = true;
352 if ((Res || HasCalls) && ClInstrumentFuncEntryExit) {
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 89 FBI->HasCalls = false;
98 FBI->HasCalls = true;
    [all...]

Completed in 235 milliseconds