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.cpp437 const BasicBlock *OtherBlock, in nonStrictlyPostDominate() argument
440 assert(isControlFlowEquivalent(*ThisBlock, *OtherBlock, *DT, *PDT) && in nonStrictlyPostDominate()
443 DT->findNearestCommonDominator(ThisBlock, OtherBlock); in nonStrictlyPostDominate()
457 if (PDT->dominates(CurBlock, OtherBlock)) in nonStrictlyPostDominate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h74 const BasicBlock *OtherBlock,