Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.cpp1638 if (!IntvOut) { in splitLiveThroughBlock()
1659 selectIntv(IntvOut); in splitLiveThroughBlock()
1666 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1672 selectIntv(IntvOut); in splitLiveThroughBlock()
1681 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1689 selectIntv(IntvOut); in splitLiveThroughBlock()
1712 selectIntv(IntvOut); in splitLiveThroughBlock()
1829 assert(IntvOut && "Must have register out"); in splitRegOutBlock()
1840 selectIntv(IntvOut); in splitRegOutBlock()
1852 selectIntv(IntvOut); in splitRegOutBlock()
[all …]
H A DSplitKit.h530 unsigned IntvOut, SlotIndex EnterAfter);
553 unsigned IntvOut, SlotIndex EnterAfter);
H A DRegAllocGreedy.cpp889 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
904 IntvOut = Cand.IntvIdx; in splitAroundRegion()
911 if (!IntvIn && !IntvOut) { in splitAroundRegion()
918 if (IntvIn && IntvOut) in splitAroundRegion()
919 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
923 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion()
937 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
951 IntvOut = Cand.IntvIdx; in splitAroundRegion()
955 if (!IntvIn && !IntvOut) in splitAroundRegion()
957 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()