Searched refs:IntfOut (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1193 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1209 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1222 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1226 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1242 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1257 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1261 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|