Searched refs:GraphBefore (Results 1 – 1 of 1) sorted by relevance
1420 const CFG &GraphBefore, const CFG &GraphAfter) { in registerCallbacks() argument1421 if (GraphAfter == GraphBefore) in registerCallbacks()1429 CFG::printDiff(dbgs(), GraphBefore, GraphAfter); in registerCallbacks()1433 if (auto *GraphBefore = in registerCallbacks() local1435 CheckCFG(P, F->getName(), *GraphBefore, in registerCallbacks()