Home
last modified time | relevance | path

Searched refs:printDiff (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h168 static void printDiff(raw_ostream &out, const CFG &Before,
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1213 void PreservedCFGCheckerInstrumentation::CFG::printDiff(raw_ostream &out, in printDiff() function in PreservedCFGCheckerInstrumentation::CFG
1432 CFG::printDiff(dbgs(), GraphBefore, GraphAfter); in registerCallbacks()