Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h74 const BasicBlock *OtherBlock,