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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1170 SlotIndex IntfIn, IntfOut; local
1186 IntfOut = Cand.Intf.last();
1199 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1203 SE->splitRegOutBlock(BI, IntvOut, IntfOut);
1219 SlotIndex IntfIn, IntfOut; local
1234 IntfOut = Cand.Intf.last();
1238 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);

Completed in 69 milliseconds