Home
last modified time | relevance | path

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

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