Lines Matching refs:IntvIn
1192 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1198 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1214 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1221 if (IntvIn && IntvOut) in splitAroundRegion()
1222 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1223 else if (IntvIn) in splitAroundRegion()
1224 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
1241 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1247 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1259 if (!IntvIn && !IntvOut) in splitAroundRegion()
1261 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()