Lines Matching refs:IntvIn
1232 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1238 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1254 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1261 if (IntvIn && IntvOut) in splitAroundRegion()
1262 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1263 else if (IntvIn) in splitAroundRegion()
1264 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1281 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1287 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1299 if (!IntvIn && !IntvOut) in splitAroundRegion()
1301 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()