Searched defs:IntfOut (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1233 SlotIndex IntfIn, IntfOut; local
1249 IntfOut = Cand.Intf.last();
1262 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1266 SE->splitRegOutBlock(BI, IntvOut, IntfOut);
1282 SlotIndex IntfIn, IntfOut; local
1297 IntfOut = Cand.Intf.last();
1301 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);

Completed in 67 milliseconds