Home
last modified time | relevance | path

Searched refs:hasPHIKill (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h278 bool hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp539 bool HasPHIKill = BValNo->hasPHIKill(); in AdjustCopiesBackFrom()
649 if (AValNo->isPHIDef() || AValNo->isUnused() || AValNo->hasPHIKill()) in RemoveCopyByCommutingDef()
1620 if (VNI->hasPHIKill()) in JoinIntervals()
1629 if (VNI->hasPHIKill()) in JoinIntervals()
DLiveInterval.cpp640 if (vni->hasPHIKill()) in print()
DLiveIntervalAnalysis.cpp1843 if (VNI->hasPHIKill()) { in addIntervalsForSpills()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h104 bool hasPHIKill() const { return flags & HAS_PHI_KILL; } in hasPHIKill() function
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp803 LiveIntervals::hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const { in hasPHIKill() function in LiveIntervals
DRegisterCoalescer.cpp591 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()