Searched refs:IntfIn (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 951 IntfIn = Cand.Intf.first(); in splitAroundRegion() 973 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 975 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 992 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 999 IntfIn = Cand.Intf.first(); in splitAroundRegion() 1011 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|