Searched refs:IntfOut (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 944 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 960 IntfOut = Cand.Intf.last(); in splitAroundRegion() 973 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 977 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 992 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1007 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1011 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|