Lines Matching refs:PDT
743 const LoopBlock &LoopBB, DominatorTree *DT, PostDominatorTree *PDT, in propagateEstimatedBlockWeight() argument
748 const auto *PDTStartNode = PDT->getNode(BB); in propagateEstimatedBlockWeight()
755 if (!PDT->dominates(PDTStartNode, PDT->getNode(DomBB))) in propagateEstimatedBlockWeight()
820 const Function &F, DominatorTree *DT, PostDominatorTree *PDT) { in computeEestimateBlockWeight() argument
831 propagateEstimatedBlockWeight(getLoopBlock(BB), DT, PDT, BBWeight.value(), in computeEestimateBlockWeight()
877 propagateEstimatedBlockWeight(LoopBB, DT, PDT, *MaxWeight, in computeEestimateBlockWeight()
1225 PostDominatorTree *PDT) { in calculate() argument
1244 if (!PDT) { in calculate()
1246 PDT = PDTPtr.get(); in calculate()
1249 computeEestimateBlockWeight(F, DT, PDT); in calculate()
1300 PostDominatorTree &PDT = in runOnFunction() local
1302 BPI.calculate(F, LI, &TLI, &DT, &PDT); in runOnFunction()