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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 171 /// HasCalls - Set to true if this function has any function calls.
172 bool HasCalls;
225 HasCalls = false;
429 /// hasCalls - Return true if the current function has any function calls.
430 bool hasCalls() const { return HasCalls; }
431 void setHasCalls(bool V) { HasCalls = V; }
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 235 bool HasCalls = false;
248 HasCalls = true;
265 if (Res || HasCalls) {

Completed in 293 milliseconds