Lines Matching refs:IntvIn
941 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
947 IntvIn = Cand.IntvIdx; in splitAroundRegion()
963 if (!IntvIn && !IntvOut) { in splitAroundRegion()
970 if (IntvIn && IntvOut) in splitAroundRegion()
971 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
972 else if (IntvIn) in splitAroundRegion()
973 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion()
989 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
995 IntvIn = Cand.IntvIdx; in splitAroundRegion()
1007 if (!IntvIn && !IntvOut) in splitAroundRegion()
1009 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()