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

/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp448 MachineBasicBlock *FallthroughBB = nullptr; local
452 assert(!FallthroughBB && "Found more than one fallthrough successor.");
453 FallthroughBB = *SI;
455 if (!FallthroughBB && canFallThrough()) {
475 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl);
479 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl);
480 } else if (!isLayoutSuccessor(FallthroughBB)) {
482 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);

Completed in 49 milliseconds