Searched refs:OtherBlock (Results 1 – 2 of 2) sorted by relevance
450 const BasicBlock *OtherBlock, in nonStrictlyPostDominate() argument453 assert(isControlFlowEquivalent(*ThisBlock, *OtherBlock, *DT, *PDT) && in nonStrictlyPostDominate()456 DT->findNearestCommonDominator(ThisBlock, OtherBlock); in nonStrictlyPostDominate()470 if (PDT->dominates(CurBlock, OtherBlock)) in nonStrictlyPostDominate()
69 /// In case that two BBs \p ThisBlock and \p OtherBlock are control flow71 /// other, we determine if \p ThisBlock is reached after \p OtherBlock74 const BasicBlock *OtherBlock,