Lines Matching refs:IntvIn
1735 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1741 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1757 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1764 if (IntvIn && IntvOut) in splitAroundRegion()
1765 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1766 else if (IntvIn) in splitAroundRegion()
1767 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1783 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1789 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1801 if (!IntvIn && !IntvOut) in splitAroundRegion()
1803 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()