Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp76 SmallString<0> BeforeStr, AfterStr; in runOnFunction() local
124 raw_svector_ostream OS(AfterStr); in runOnFunction()
127 if (IsInterestingPass && BeforeStr != AfterStr) { in runOnFunction()
137 errs() << AfterStr; in runOnFunction()
149 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()