Lines Matching defs:GD
820 // Note: the MSSA update below doesn't distinguish between a GD with
824 GraphDiff<BasicBlock *> GD(RevDeleteUpdates);
825 applyInsertUpdates(InsertUpdates, DT, &GD);
836 GraphDiff<BasicBlock *> GD;
837 applyInsertUpdates(InsertUpdates, DT, &GD);
847 GraphDiff<BasicBlock *> GD;
848 applyInsertUpdates(Updates, DT, &GD);
853 const GraphDiff<BasicBlock *> *GD) {
865 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) {
959 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) {
1086 ForwardIDFCalculator IDFs(DT, GD);
1110 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF))