Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3236 static bool isDefInSubRange(LiveInterval &LI, SlotIndex Def) { in isDefInSubRange() function
3252 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def)) in pruneMainSegments()