Home
last modified time | relevance | path

Searched refs:forcePrintModuleIR (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DPrintPasses.h52 bool forcePrintModuleIR();
/openbsd/src/gnu/llvm/llvm/lib/IR/
DIRPrintingPasses.cpp81 if (forcePrintModuleIR()) in runOnFunction()
DPrintPasses.cpp142 bool llvm::forcePrintModuleIR() { return PrintModuleScope; } in forcePrintModuleIR() function in llvm
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DCallGraphSCCPass.cpp686 bool NeedModule = llvm::forcePrintModuleIR(); in runOnSCC()
DLoopInfo.cpp979 if (forcePrintModuleIR()) { in printLoop()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DStandardInstrumentations.cpp164 if (isFunctionInPrintList("*") || forcePrintModuleIR()) { in printIR()
242 if (forcePrintModuleIR()) { in unwrapAndPrint()
2143 llvm::forcePrintModuleIR() ? "Module " : "", PassID); in registerCallbacks()