Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h251 bool hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const;
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp493 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()
DLiveIntervalAnalysis.cpp826 LiveIntervals::hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const { in hasPHIKill() function in LiveIntervals