Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp321 MachineBasicBlock *MBBA = *succ_begin(); in updateTerminator() local
323 if (MBBA == TBB) std::swap(MBBB, MBBA); in updateTerminator()
328 TII->InsertBranch(*this, MBBA, 0, Cond, dl); in updateTerminator()
332 TII->InsertBranch(*this, MBBA, 0, Cond, dl); in updateTerminator()
333 } else if (!isLayoutSuccessor(MBBA)) { in updateTerminator()
335 TII->InsertBranch(*this, TBB, MBBA, Cond, dl); in updateTerminator()