Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4511 auto *OldSuccessor = BI->getSuccessor(1); in tryWidenCondBranchToCondBranch() local
4512 OldSuccessor->removePredecessor(BI->getParent()); in tryWidenCondBranchToCondBranch()
4517 {DominatorTree::Delete, BI->getParent(), OldSuccessor}}); in tryWidenCondBranchToCondBranch()
4523 auto *OldSuccessor = BI->getSuccessor(0); in tryWidenCondBranchToCondBranch() local
4524 OldSuccessor->removePredecessor(BI->getParent()); in tryWidenCondBranchToCondBranch()
4529 {DominatorTree::Delete, BI->getParent(), OldSuccessor}}); in tryWidenCondBranchToCondBranch()