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

  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 88 bool hasPHIKill() const { return flags & HAS_PHI_KILL; }
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 507 bool HasPHIKill = BValNo->hasPHIKill();
509 if (HasPHIKill)
619 if (AValNo->isPHIDef() || AValNo->isUnused() || AValNo->hasPHIKill())
    [all...]
LiveInterval.cpp 643 if (vni->hasPHIKill())

Completed in 372 milliseconds