Searched refs:GraphBefore (Results 1 – 1 of 1) sorted by relevance
1423 const CFG &GraphBefore, const CFG &GraphAfter) { in registerCallbacks() argument1424 if (GraphAfter == GraphBefore) in registerCallbacks()1432 CFG::printDiff(dbgs(), GraphBefore, GraphAfter); in registerCallbacks()1436 if (auto *GraphBefore = in registerCallbacks() local1438 CheckCFG(P, F->getName(), *GraphBefore, in registerCallbacks()