Searched refs:ThisBlock (Results 1 – 3 of 3) sorted by relevance
359 unsigned ThisBlock = MBB.getNumber(); in processBlockPhase2() local362 BlockInfo[ThisBlock]->Pred = DefaultStatus; in processBlockPhase2()378 if ((ThisBlock == PredBlock) && (std::next(P) == E)) { in processBlockPhase2()379 BlockInfo[ThisBlock]->Pred = DefaultStatus; in processBlockPhase2()382 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()384 } else if (PredBlock != ThisBlock) in processBlockPhase2()391 if (BlockInfo[ThisBlock]->ExitSet) { in processBlockPhase2()392 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()393 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()395 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()[all …]
449 bool llvm::nonStrictlyPostDominate(const BasicBlock *ThisBlock, in nonStrictlyPostDominate() argument453 assert(isControlFlowEquivalent(*ThisBlock, *OtherBlock, *DT, *PDT) && in nonStrictlyPostDominate()456 DT->findNearestCommonDominator(ThisBlock, OtherBlock); in nonStrictlyPostDominate()465 WorkList.push_back(ThisBlock); 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 OtherBlock73 bool nonStrictlyPostDominate(const BasicBlock *ThisBlock,