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