Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Passes/
H A DStandardInstrumentations.cpp41 if (!llvm::isFunctionInPrintList(F->getName())) in unwrapModule()
51 if (!F.isDeclaration() && isFunctionInPrintList(F.getName())) { in unwrapModule()
62 if (!isFunctionInPrintList(F->getName())) in unwrapModule()
80 if (!llvm::isFunctionInPrintList(F->getName())) in printIR()
89 if (!F.isDeclaration() && llvm::isFunctionInPrintList(F.getName())) { in printIR()
100 if (!llvm::isFunctionInPrintList(F->getName())) in printIR()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DIRPrintingPasses.cpp32 if (llvm::isFunctionInPrintList("*")) in run()
36 if (llvm::isFunctionInPrintList(F.getName())) in run()
48 if (isFunctionInPrintList(F.getName())) { in run()
H A DLegacyPassManager.cpp132 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList() function in llvm
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp47 if (!llvm::isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp644 if (isFunctionInPrintList("*") && NeedModule) { in runOnSCC()
653 if (!F->isDeclaration() && isFunctionInPrintList(F->getName())) { in runOnSCC()
660 } else if (isFunctionInPrintList("*")) { in runOnSCC()
H A DLoopPass.cpp52 isFunctionInPrintList((*BBI)->getParent()->getName())) { in runOnLoop()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRPrintingPasses.h64 extern bool isFunctionInPrintList(StringRef FunctionName);