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 176 /// HasCalls - Set to true if this function has any function calls.
177 bool HasCalls;
230 HasCalls = false;
444 /// hasCalls - Return true if the current function has any function calls.
445 bool hasCalls() const { return HasCalls; }
446 void setHasCalls(bool V) { HasCalls = V; }
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.h 95 bool HasCalls;
97 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {}
MachineTraceMetrics.cpp 86 FBI->HasCalls = false;
95 FBI->HasCalls = true;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 260 bool HasCalls = false;
275 HasCalls = true;
297 if (Res || HasCalls) {

Completed in 511 milliseconds