Searched refs:IntfIn (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 942 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 949 IntfIn = Cand.Intf.first(); in splitAroundRegion() 971 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 973 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 990 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 997 IntfIn = Cand.Intf.first(); in splitAroundRegion() 1009 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|