Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp450 const BasicBlock *OtherBlock, in nonStrictlyPostDominate() argument
453 assert(isControlFlowEquivalent(*ThisBlock, *OtherBlock, *DT, *PDT) && in nonStrictlyPostDominate()
456 DT->findNearestCommonDominator(ThisBlock, OtherBlock); in nonStrictlyPostDominate()
470 if (PDT->dominates(CurBlock, OtherBlock)) in nonStrictlyPostDominate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h69 /// In case that two BBs \p ThisBlock and \p OtherBlock are control flow
71 /// other, we determine if \p ThisBlock is reached after \p OtherBlock
74 const BasicBlock *OtherBlock,