Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp45 if (llvm::isFunctionInPrintList("*")) { in run()
52 if (llvm::isFunctionInPrintList(F.getName())) { in run()
84 if (isFunctionInPrintList(F.getName())) { in run()
/src/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp57 if (llvm::isFunctionInPrintList("*")) { in runOnModule()
64 if (llvm::isFunctionInPrintList(F.getName())) { in runOnModule()
100 if (isFunctionInPrintList(F.getName())) { in runOnFunction()
H A DPrintPasses.cpp152 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList() function in llvm
/src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp167 if (!Force && !isFunctionInPrintList(F->getName())) in unwrapModule()
176 if (Force || (!F.isDeclaration() && isFunctionInPrintList(F.getName()))) { in unwrapModule()
186 if (!Force && !isFunctionInPrintList(F->getName())) in unwrapModule()
192 if (!Force && !isFunctionInPrintList(MF->getName())) in unwrapModule()
201 if (!isFunctionInPrintList(F->getName())) in printIR()
207 if (isFunctionInPrintList("*") || forcePrintModuleIR()) { in printIR()
219 if (!F.isDeclaration() && isFunctionInPrintList(F.getName())) { in printIR()
227 if (!isFunctionInPrintList(F->getName())) in printIR()
233 if (!isFunctionInPrintList(MF->getName())) in printIR()
261 return isFunctionInPrintList(F.getName()); in moduleContainsFilterPrintFunc()
[all …]
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp47 if (!isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
H A DMachineFunctionPass.cpp86 isFunctionInPrintList(MF.getName()); in runOnFunction()
H A DStackFrameLayoutAnalysisPass.cpp119 if (!isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
H A DMachineBlockPlacement.cpp3754 if (!isFunctionInPrintList(F.getName())) in INITIALIZE_PASS_DEPENDENCY()
H A DAssignmentTrackingAnalysis.cpp2840 if (PrintResults && isFunctionInPrintList(F.getName())) in runOnFunction()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPrintPasses.h59 bool isFunctionInPrintList(StringRef FunctionName);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp688 if (isFunctionInPrintList("*") && NeedModule) { in runOnSCC()
697 if (!F->isDeclaration() && isFunctionInPrintList(F->getName())) { in runOnSCC()
704 } else if (isFunctionInPrintList("*")) { in runOnSCC()
H A DRegionPass.cpp192 if (!isFunctionInPrintList(R->getEntry()->getParent()->getName())) in runOnRegion()
H A DLoopPass.cpp53 isFunctionInPrintList((*BBI)->getParent()->getName())) { in runOnLoop()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp489 MatchFilterFuncName = isFunctionInPrintList(FuncName); in initializeAnalysisResults()
540 MatchFilterFuncName = isFunctionInPrintList(FuncName); in initializeAnalysisResults()