Lines Matching refs:LoopPOT
245 const ModifiedPO &LoopPOT; member
261 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()
398 std::min<int>(LoweredFloorIdx, LoopPOT.getIndexOf(*SuccBlock)); in computeJoinPoints()