Searched refs:isPassInPrintList (Results 1 – 4 of 4) sorted by relevance
58 bool isPassInPrintList(StringRef PassName);
89 const bool IsInterestingPass = isPassInPrintList(PassID); in runOnFunction()
152 bool llvm::isPassInPrintList(StringRef PassName) { in isPassInPrintList() function in llvm
374 if (isIgnored(PassID) || !isPassInPrintList(PassName)) in isInteresting()