Lines Matching refs:CopyLeftBB
1122 MachineBasicBlock *CopyLeftBB = nullptr; in removePartialRedundancy() local
1127 CopyLeftBB = Pred; in removePartialRedundancy()
1134 CopyLeftBB = Pred; in removePartialRedundancy()
1150 CopyLeftBB = Pred; in removePartialRedundancy()
1167 if (CopyLeftBB && CopyLeftBB->succ_size() > 1) in removePartialRedundancy()
1171 if (CopyLeftBB) { in removePartialRedundancy()
1173 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy()
1178 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1180 if (IntB.overlaps(InsPosIdx, LIS->getMBBEndIdx(CopyLeftBB))) in removePartialRedundancy()
1185 << printMBBReference(*CopyLeftBB) << '\t' << CopyMI); in removePartialRedundancy()
1188 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(), in removePartialRedundancy()