Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp622 LiveInterval &IntB = in adjustCopiesBackFrom() local
668 if (ValS == IntB.end()) in adjustCopiesBackFrom()
764 if (BI != IntB.begin()) in hasOtherReachingDefs()
810 LiveInterval &IntB = in removeCopyByCommutingDef() local
872 if (NewReg != IntB.reg() || !IntB.Query(AValNo->def).isKill()) in removeCopyByCommutingDef()
985 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1002 IntB.refineSubRanges( in removeCopyByCommutingDef()
1104 LiveInterval &IntB = in removePartialRedundancy() local
1140 for (auto *VNI : IntB.valnos) { in removePartialRedundancy()
1228 if (!IntB.liveAt(UseIdx)) in removePartialRedundancy()
[all …]