Searched refs:shouldPrintBeforePass (Results 1 – 5 of 5) sorted by relevance
39 bool shouldPrintBeforePass(StringRef PassID);
126 bool llvm::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in llvm
748 if (PI && !PI->isAnalysis() && shouldPrintBeforePass(PI->getPassArgument())) { in schedulePass()
68 bool shouldPrintBeforePass(StringRef PassID);
855 (shouldPrintBeforePass(PassID) || shouldPrintAfterPass(PassID) || in printBeforePass()879 if (!shouldPrintBeforePass(PassID) && !shouldPrintBeforeCurrentPassNumber()) in printBeforePass()974 bool PrintIRInstrumentation::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in PrintIRInstrumentation