Lines Matching refs:IntvIn
1224 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1230 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1246 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1253 if (IntvIn && IntvOut) in splitAroundRegion()
1254 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1255 else if (IntvIn) in splitAroundRegion()
1256 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1273 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1279 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1291 if (!IntvIn && !IntvOut) in splitAroundRegion()
1293 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()