Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1027 MachineBasicBlock *CopyLeftBB = nullptr; in removePartialRedundancy() local
1032 CopyLeftBB = Pred; in removePartialRedundancy()
1039 CopyLeftBB = Pred; in removePartialRedundancy()
1055 CopyLeftBB = Pred; in removePartialRedundancy()
1072 if (CopyLeftBB && CopyLeftBB->succ_size() > 1) in removePartialRedundancy()
1076 if (CopyLeftBB) { in removePartialRedundancy()
1078 auto InsPos = CopyLeftBB->getFirstTerminator(); in removePartialRedundancy()
1083 if (InsPos != CopyLeftBB->end()) { in removePartialRedundancy()
1085 if (IntB.overlaps(InsPosIdx, LIS->getMBBEndIdx(CopyLeftBB))) in removePartialRedundancy()
1090 << printMBBReference(*CopyLeftBB) << '\t' << CopyMI); in removePartialRedundancy()
[all …]