Searched refs:IntfOut (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 890 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 906 IntfOut = Cand.Intf.last(); in splitAroundRegion() 919 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 923 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 938 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 953 IntfOut = Cand.Intf.last(); in splitAroundRegion() 957 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|