Home
last modified time | relevance | path

Searched refs:isPassInPrintList (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DPrintPasses.h55 bool isPassInPrintList(StringRef PassName);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunctionPass.cpp82 const bool IsInterestingPass = isPassInPrintList(PassID); in runOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DPrintPasses.cpp144 bool llvm::isPassInPrintList(StringRef PassName) { in isPassInPrintList() function in llvm
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DStandardInstrumentations.cpp312 if (isIgnored(PassID) || !isPassInPrintList(PassName)) in isInteresting()