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