Searched refs:ShouldPrintAfterPass (Results 1 – 2 of 2) sorted by relevance
111 static bool ShouldPrintAfterPass(const void *PassID) { in ShouldPrintAfterPass() function1376 if (ShouldPrintAfterPass(PassID)) in add()1708 if (ShouldPrintAfterPass(PassID)) in add()
116 static bool ShouldPrintAfterPass(const PassInfo *PI) { in ShouldPrintAfterPass() function694 if (PI && !PI->isAnalysis() && ShouldPrintAfterPass(PI)) { in schedulePass()