Home
last modified time | relevance | path

Searched refs:ShouldPrintAfterPass (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp111 static bool ShouldPrintAfterPass(const void *PassID) { in ShouldPrintAfterPass() function
1376 if (ShouldPrintAfterPass(PassID)) in add()
1708 if (ShouldPrintAfterPass(PassID)) in add()
/external/llvm/lib/IR/
DLegacyPassManager.cpp116 static bool ShouldPrintAfterPass(const PassInfo *PI) { in ShouldPrintAfterPass() function
694 if (PI && !PI->isAnalysis() && ShouldPrintAfterPass(PI)) { in schedulePass()