Home
last modified time | relevance | path

Searched refs:CopyLeftBB (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1132 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()
[all …]