Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp630 LiveInterval &IntA = in adjustCopiesBackFrom() local
665 if (AS == IntA.end()) return false; in adjustCopiesBackFrom()
756 shrinkToUses(&IntA); in adjustCopiesBackFrom()
768 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()
818 LiveInterval &IntA = in removeCopyByCommutingDef() local
991 if (!IntA.hasSubRanges()) { in removeCopyByCommutingDef()
993 IntA.createSubRangeFrom(Allocator, Mask, IntA); in removeCopyByCommutingDef()
1044 LIS->removeVRegDefAt(IntA, AValNo->def); in removeCopyByCommutingDef()
1113 LiveInterval &IntA = in removePartialRedundancy() local
1120 VNInfo *AValNo = IntA.getVNInfoAt(CopyIdx); in removePartialRedundancy()
[all …]