Searched refs:IntvIn (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1645 selectIntv(IntvIn); in splitLiveThroughBlock() 1652 if (!IntvIn) { in splitLiveThroughBlock() 1666 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1697 selectIntv(IntvIn); in splitLiveThroughBlock() 1717 selectIntv(IntvIn); in splitLiveThroughBlock() 1734 assert(IntvIn && "Must have register in"); in splitRegInBlock() 1745 selectIntv(IntvIn); in splitRegInBlock() 1765 selectIntv(IntvIn); in splitRegInBlock() 1771 selectIntv(IntvIn); in splitRegInBlock() 1796 selectIntv(IntvIn); in splitRegInBlock() [all …]
|
| H A D | SplitKit.h | 529 unsigned IntvIn, SlotIndex LeaveBefore, 541 unsigned IntvIn, SlotIndex LeaveBefore);
|
| H A D | RegAllocGreedy.cpp | 889 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 895 IntvIn = 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() 920 else if (IntvIn) in splitAroundRegion() 921 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 937 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 943 IntvIn = Cand.IntvIdx; in splitAroundRegion() 955 if (!IntvIn && !IntvOut) in splitAroundRegion() [all …]
|