Searched refs:OtherBlock (Results 1 – 2 of 2) sorted by relevance
435 const BasicBlock *OtherBlock, in nonStrictlyPostDominate() argument438 assert(isControlFlowEquivalent(*ThisBlock, *OtherBlock, *DT, *PDT) && in nonStrictlyPostDominate()441 DT->findNearestCommonDominator(ThisBlock, OtherBlock); in nonStrictlyPostDominate()455 if (PDT->dominates(CurBlock, OtherBlock)) in nonStrictlyPostDominate()
71 const BasicBlock *OtherBlock,