Home
last modified time | relevance | path

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

/freebsd-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()
/freebsd-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
/freebsd-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 printIR()
192 if (!Force && !isFunctionInPrintList(MF->getName())) in printIR()
201 if (!isFunctionInPrintList(F->getName()))
207 if (isFunctionInPrintList("*") || forcePrintModuleIR()) { in printIR()
219 if (!F.isDeclaration() && isFunctionInPrintList(F.getName())) { in getIRName()
227 if (!isFunctionInPrintList(F->getName())) in getIRName()
233 if (!isFunctionInPrintList(MF->getName())) in getIRName()
261 return isFunctionInPrintList( in shouldPrintIR()
[all...]
/freebsd-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 getTypeString()
H A DAssignmentTrackingAnalysis.cpp2840 if (PrintResults && isFunctionInPrintList(F.getName())) in AssignmentTrackingAnalysis()
H A DMachineBlockPlacement.cpp3754 if (!isFunctionInPrintList(F.getName()))
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPrintPasses.h59 bool isFunctionInPrintList(StringRef FunctionName);
/freebsd-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()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp489 MatchFilterFuncName = isFunctionInPrintList(FuncName); in runOnMachineFunction()
540 MatchFilterFuncName = isFunctionInPrintList(FuncName); in runOnMachineFunction()