Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp83 const bool IsInterestingPass = isPassInPrintList(PassID); in runOnFunction() local
85 IsInterestingPass && in runOnFunction()
123 if (ShouldPrintChanged || !IsInterestingPass) { in runOnFunction()
128 if (IsInterestingPass && BeforeStr != AfterStr) { in runOnFunction()
159 IsInterestingPass ? " omitted because no change" : " filtered out"; in runOnFunction()