Searched refs:ShouldPrintBeforePass (Results 1 – 2 of 2) sorted by relevance
105 static bool ShouldPrintBeforePass(const void *PassID) { in ShouldPrintBeforePass() function1369 if (ShouldPrintBeforePass(PassID)) in add()1702 if (ShouldPrintBeforePass(PassID)) in add()
110 static bool ShouldPrintBeforePass(const PassInfo *PI) { in ShouldPrintBeforePass() function685 if (PI && !PI->isAnalysis() && ShouldPrintBeforePass(PI)) { in schedulePass()