Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3045 static bool isDefInSubRange(LiveInterval &LI, SlotIndex Def) { in isDefInSubRange() function
3061 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def)) in pruneMainSegments()