Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp439 MachineBasicBlock *FallthroughBB = nullptr; in updateTerminator() local
443 assert(!FallthroughBB && "Found more than one fallthrough successor."); in updateTerminator()
444 FallthroughBB = *SI; in updateTerminator()
446 if (!FallthroughBB && canFallThrough()) { in updateTerminator()
466 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl); in updateTerminator()
470 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl); in updateTerminator()
471 } else if (!isLayoutSuccessor(FallthroughBB)) { in updateTerminator()
473 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl); in updateTerminator()