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

  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 74 if (!MF->getFrameInfo()->hasPatchPoint()) {
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 147 /// HasPatchPoint - This boolean keeps track of whether there is a call
149 bool HasPatchPoint;
242 HasPatchPoint = false;
295 /// hasPatchPoint - This method may be called any time after instruction
298 bool hasPatchPoint() const { return HasPatchPoint; }
299 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }

Completed in 62 milliseconds