Searched refs:IntfIn (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 1736 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1743 IntfIn = Cand.Intf.first(); in splitAroundRegion() 1765 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1767 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 1784 SlotIndex IntfIn, IntfOut; in splitAroundRegion() local 1791 IntfIn = Cand.Intf.first(); in splitAroundRegion() 1803 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|