Searched refs:IntfIn (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 972 IntfIn = Cand.Intf.first(); in splitAroundRegion() 994 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 996 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 1014 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1021 IntfIn = Cand.Intf.first(); 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 1240 IntfIn = Cand.Intf.first(); in splitAroundRegion() 1262 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1264 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 1282 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1289 IntfIn = Cand.Intf.first(); in splitAroundRegion() 1301 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|