Searched refs:LoopPOT (Results 1 – 1 of 1) sorted by relevance
245 const ModifiedPO &LoopPOT; member261 DivergencePropagator(const ModifiedPO &LoopPOT, const DominatorTree &DT, in DivergencePropagator()264 : LoopPOT(LoopPOT), DT(DT), PDT(PDT), LI(LI), DivTermBlock(DivTermBlock), in DivergencePropagator()265 BlockLabels(LoopPOT.size(), nullptr), in DivergencePropagator()272 Out << LoopPOT.getBlockAt(BlockIdx)->getName().str() << "(" << BlockIdx in printDefs()286 auto SuccIdx = LoopPOT.getIndexOf(SuccBlock); in computeJoin()338 int FloorIdx = LoopPOT.size() - 1; in computeJoinPoints()345 auto SuccIdx = LoopPOT.getIndexOf(*SuccBlock); in computeJoinPoints()374 const auto *Block = LoopPOT.getBlockAt(BlockIdx); in computeJoinPoints()391 LoopPOT.getIndexOf(*BlockLoopExit)); in computeJoinPoints()[all …]