Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1109 MachineBasicBlock *CopyLeftBB = nullptr; in removePartialRedundancy() local
1114 CopyLeftBB = Pred; in removePartialRedundancy()
1121 CopyLeftBB = Pred; in removePartialRedundancy()
1137 CopyLeftBB = Pred; in removePartialRedundancy()
1154 if (CopyLeftBB && CopyLeftBB->succ_size() > 1) in removePartialRedundancy()
1158 if (CopyLeftBB) { in removePartialRedundancy()
1160 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy()
1165 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1167 if (IntB.overlaps(InsPosIdx, LIS->getMBBEndIdx(CopyLeftBB))) in removePartialRedundancy()
1172 << printMBBReference(*CopyLeftBB) << '\t' << CopyMI); in removePartialRedundancy()
[all …]