Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp77 SmallString<0> BeforeStr, AfterStr; in runOnFunction() local
81 raw_svector_ostream OS(BeforeStr); in runOnFunction()
118 if (BeforeStr != AfterStr) { in runOnFunction()