Searched refs:LoopPOT (Results 1 – 1 of 1) sorted by relevance
263 const ModifiedPO &LoopPOT; member279 DivergencePropagator(const ModifiedPO &LoopPOT, const DominatorTree &DT, in DivergencePropagator()282 : LoopPOT(LoopPOT), DT(DT), PDT(PDT), LI(LI), DivTermBlock(DivTermBlock), in DivergencePropagator()283 BlockLabels(LoopPOT.size(), nullptr), in DivergencePropagator()290 Out << LoopPOT.getBlockAt(BlockIdx)->getName().str() << "(" << BlockIdx in printDefs()304 auto SuccIdx = LoopPOT.getIndexOf(SuccBlock); in computeJoin()356 int FloorIdx = LoopPOT.size() - 1; in computeJoinPoints()363 auto SuccIdx = LoopPOT.getIndexOf(*SuccBlock); in computeJoinPoints()392 const auto *Block = LoopPOT.getBlockAt(BlockIdx); in computeJoinPoints()409 LoopPOT.getIndexOf(*BlockLoopExit)); in computeJoinPoints()[all …]