Lines Matching defs:GD
810 // Note: the MSSA update below doesn't distinguish between a GD with
814 GraphDiff<BasicBlock *> GD(RevDeleteUpdates);
815 applyInsertUpdates(InsertUpdates, DT, &GD);
826 GraphDiff<BasicBlock *> GD;
827 applyInsertUpdates(InsertUpdates, DT, &GD);
837 GraphDiff<BasicBlock *> GD;
838 applyInsertUpdates(Updates, DT, &GD);
843 const GraphDiff<BasicBlock *> *GD) {
855 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) {
949 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) {
1076 ForwardIDFCalculator IDFs(DT, GD);
1100 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF))