Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp540 LiveInterval &IntB = in adjustCopiesBackFrom() local
561 if (BS == IntB.end()) return false; in adjustCopiesBackFrom()
586 if (ValS == IntB.end()) in adjustCopiesBackFrom()
676 std::upper_bound(IntB.begin(), IntB.end(), ASeg.start); in hasOtherReachingDefs()
677 if (BI != IntB.begin()) in hasOtherReachingDefs()
723 LiveInterval &IntB = in removeCopyByCommutingDef() local
785 if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill()) in removeCopyByCommutingDef()
902 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1010 LiveInterval &IntB = in removePartialRedundancy() local
1046 for (auto VNI : IntB.valnos) { in removePartialRedundancy()
[all …]