Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPrintPasses.h37 bool forcePrintModuleIR();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPrintPasses.cpp81 bool llvm::forcePrintModuleIR() { return PrintModuleScope; } in forcePrintModuleIR() function in llvm
H A DIRPrintingPasses.cpp59 if (forcePrintModuleIR()) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp235 if (isFunctionInPrintList("*") || forcePrintModuleIR()) { in printIR()
331 if (forcePrintModuleIR()) { in unwrapAndPrint()
816 StoreModuleDesc = forcePrintModuleIR() && shouldPrintAfterSomePass(); in registerCallbacks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp695 bool NeedModule = llvm::forcePrintModuleIR(); in runOnSCC()
H A DLoopInfo.cpp981 if (forcePrintModuleIR()) { in printLoop()