Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
1000 IntB.createSubRangeFrom(Allocator, Mask, IntB); in removeCopyByCommutingDef()
1017 IntB.refineSubRanges( in removeCopyByCommutingDef()
1119 LiveInterval &IntB = in removePartialRedundancy() local
1155 for (auto VNI : IntB.valnos) { in removePartialRedundancy()
[all …]