Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp440 if (auto *OtherPred = EntryToLayoutPred.lookup({Entry, PredInLoop})) in makeSingleEntryLoop() local
441 if (OtherPred != Pred) in makeSingleEntryLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6236 for (BasicBlock *OtherPred : predecessors(Succ)) { in TryToMergeLandingPad()
6237 if (BB == OtherPred) in TryToMergeLandingPad()
6239 BasicBlock::iterator I = OtherPred->begin(); in TryToMergeLandingPad()
6258 II->setUnwindDest(OtherPred); in TryToMergeLandingPad()
6260 Updates.push_back({DominatorTree::Insert, Pred, OtherPred}); in TryToMergeLandingPad()
6267 for (auto I = OtherPred->begin(), E = OtherPred->end(); I != E;) { in TryToMergeLandingPad()