Lines Matching refs:CopyLeftBB
1136 MachineBasicBlock *CopyLeftBB = nullptr; in removePartialRedundancy() local
1141 CopyLeftBB = Pred; in removePartialRedundancy()
1148 CopyLeftBB = Pred; in removePartialRedundancy()
1164 CopyLeftBB = Pred; in removePartialRedundancy()
1181 if (CopyLeftBB && CopyLeftBB->succ_size() > 1) in removePartialRedundancy()
1185 if (CopyLeftBB) { in removePartialRedundancy()
1187 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy()
1192 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1194 if (IntB.overlaps(InsPosIdx, LIS->getMBBEndIdx(CopyLeftBB))) in removePartialRedundancy()
1199 << printMBBReference(*CopyLeftBB) << '\t' << CopyMI); in removePartialRedundancy()
1202 MachineInstr *NewCopyMI = BuildMI(*CopyLeftBB, InsPos, CopyMI.getDebugLoc(), in removePartialRedundancy()