Searched refs:IntfOut (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1225 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1241 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1254 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1258 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1274 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1289 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1293 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|