Lines Matching refs:IntvIn
1683 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1689 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1705 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1712 if (IntvIn && IntvOut) in splitAroundRegion()
1713 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1714 else if (IntvIn) in splitAroundRegion()
1715 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1732 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1738 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1750 if (!IntvIn && !IntvOut) in splitAroundRegion()
1752 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()