Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp105 static bool ShouldPrintBeforePass(const void *PassID) { in ShouldPrintBeforePass() function
1369 if (ShouldPrintBeforePass(PassID)) in add()
1702 if (ShouldPrintBeforePass(PassID)) in add()
/external/llvm/lib/IR/
DLegacyPassManager.cpp110 static bool ShouldPrintBeforePass(const PassInfo *PI) { in ShouldPrintBeforePass() function
685 if (PI && !PI->isAnalysis() && ShouldPrintBeforePass(PI)) { in schedulePass()