Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp439 if (auto *OtherPred = EntryToLayoutPred.lookup({Entry, PredInLoop})) in makeSingleEntryLoop() local
440 if (OtherPred != Pred) in makeSingleEntryLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7722 for (BasicBlock *OtherPred : predecessors(Succ)) { in tryToMergeLandingPad()
7723 if (BB == OtherPred) in tryToMergeLandingPad()
7725 BasicBlock::iterator I = OtherPred->begin(); in tryToMergeLandingPad()
7743 II->setUnwindDest(OtherPred); in tryToMergeLandingPad()
7745 Updates.push_back({DominatorTree::Insert, Pred, OtherPred}); in tryToMergeLandingPad()