Home
last modified time | relevance | path

Searched refs:isFunctionInPrintList (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRPrintingPasses.cpp32 if (llvm::isFunctionInPrintList("*")) { in run()
40 if (llvm::isFunctionInPrintList(F.getName())) { in run()
58 if (isFunctionInPrintList(F.getName())) { in run()
H A DPrintPasses.cpp127 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList() function in llvm
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp194 if (!Force && !isFunctionInPrintList(F->getName())) in unwrapModule()
215 if (!Force && !isFunctionInPrintList(F->getName())) in unwrapModule()
224 if (!isFunctionInPrintList(F->getName())) in printIR()
230 if (isFunctionInPrintList("*") || forcePrintModuleIR()) { in printIR()
250 if (!isFunctionInPrintList(F->getName())) in printIR()
283 return isFunctionInPrintList(F.getName()); in moduleContainsFilterPrintFunc()
285 isFunctionInPrintList("*"); in moduleContainsFilterPrintFunc()
291 return isFunctionInPrintList(N.getName()); in sccContainsFilterPrintFunc()
293 isFunctionInPrintList("*"); in sccContainsFilterPrintFunc()
304 return isFunctionInPrintList(F->getName()); in shouldPrintIR()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPrintPasses.h55 bool isFunctionInPrintList(StringRef FunctionName);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp47 if (!isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
H A DMachineFunctionPass.cpp79 isFunctionInPrintList(MF.getName()); in runOnFunction()
H A DMachineBlockPlacement.cpp3663 if (!isFunctionInPrintList(F.getName())) in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp695 if (isFunctionInPrintList("*") && NeedModule) { in runOnSCC()
704 if (!F->isDeclaration() && isFunctionInPrintList(F->getName())) { in runOnSCC()
711 } else if (isFunctionInPrintList("*")) { in runOnSCC()
H A DRegionPass.cpp192 if (!isFunctionInPrintList(R->getEntry()->getParent()->getName())) in runOnRegion()
H A DLoopPass.cpp52 isFunctionInPrintList((*BBI)->getParent()->getName())) { in runOnLoop()