Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp632 LiveInterval &IntB = in adjustCopiesBackFrom() local
653 if (BS == IntB.end()) return false; in adjustCopiesBackFrom()
678 if (ValS == IntB.end()) in adjustCopiesBackFrom()
774 if (BI != IntB.begin()) in hasOtherReachingDefs()
820 LiveInterval &IntB = in removeCopyByCommutingDef() local
882 if (NewReg != IntB.reg() || !IntB.Query(AValNo->def).isKill()) in removeCopyByCommutingDef()
996 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1013 IntB.refineSubRanges( in removeCopyByCommutingDef()
1115 LiveInterval &IntB = in removePartialRedundancy() local
1151 for (auto *VNI : IntB.valnos) { in removePartialRedundancy()
[all …]