Searched refs:IntfOut (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 965 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 981 IntfOut = Cand.Intf.last(); in splitAroundRegion() 994 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 998 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1014 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1029 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1033 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1233 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1249 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1262 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1266 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1282 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1297 IntfOut = Cand.Intf.last(); in splitAroundRegion() 1301 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|