Searched refs:GraphBefore (Results 1 – 1 of 1) sorted by relevance
1349 const CFG &GraphBefore, const CFG &GraphAfter) { in registerCallbacks() argument1350 if (GraphAfter == GraphBefore) in registerCallbacks()1358 CFG::printDiff(dbgs(), GraphBefore, GraphAfter); in registerCallbacks()1362 if (auto *GraphBefore = in registerCallbacks() local1364 CheckCFG(P, F->getName(), *GraphBefore, in registerCallbacks()