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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp427 BasicBlock *SecondBB = BI->getSuccessor(1); local
429 for (BasicBlock *Succ : {FirstBB, SecondBB}) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp415 BasicBlock *SecondBB = SecondI->getParent(); local
424 // Start checking the SecondBB.
426 std::make_pair(SecondBB, PHITransAddr(MemLocPtr, DL, nullptr)));
441 // Ignore instructions after SecondI if this is the first visit of SecondBB.
442 assert(B == SecondBB && "first block is not the store block");
446 // It's not SecondBB or (in case of a loop) the second visit of SecondBB.

Completed in 108 milliseconds