Lines Matching refs:CopyLeftBB
1132 MachineBasicBlock *CopyLeftBB = nullptr; in removePartialRedundancy() local
1137 CopyLeftBB = Pred; in removePartialRedundancy()
1144 CopyLeftBB = Pred; in removePartialRedundancy()
1160 CopyLeftBB = Pred; in removePartialRedundancy()
1177 if (CopyLeftBB && CopyLeftBB->succ_size() > 1) in removePartialRedundancy()
1181 if (CopyLeftBB) { in removePartialRedundancy()
1183 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy()
1188 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1190 if (IntB.overlaps(InsPosIdx, LIS->getMBBEndIdx(CopyLeftBB))) in removePartialRedundancy()
1195 << printMBBReference(*CopyLeftBB) << '\t' << CopyMI); in removePartialRedundancy()
1198 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(), in removePartialRedundancy()