Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp198 if (!Force && !isFunctionInPrintList(F->getName())) in unwrapModule()
208 if (Force || (!F.isDeclaration() && isFunctionInPrintList(F.getName()))) { in unwrapModule()
219 if (!Force && !isFunctionInPrintList(F->getName())) in unwrapModule()
228 if (!isFunctionInPrintList(F->getName())) in printIR()
235 if (isFunctionInPrintList("*") || forcePrintModuleIR()) { in printIR()
247 if (!F.isDeclaration() && isFunctionInPrintList(F.getName())) { in printIR()
255 if (!isFunctionInPrintList(F->getName())) in printIR()
288 return isFunctionInPrintList(F.getName()); in moduleContainsFilterPrintFunc()
290 isFunctionInPrintList("*"); in moduleContainsFilterPrintFunc()
296 return isFunctionInPrintList(N.getName()); in sccContainsFilterPrintFunc()
[all …]
/netbsd-src/external/apache2/llvm/dist/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.cpp83 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPrintPasses.h40 bool isFunctionInPrintList(StringRef FunctionName);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp47 if (!isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp696 if (isFunctionInPrintList("*") && NeedModule) { in runOnSCC()
705 if (!F->isDeclaration() && isFunctionInPrintList(F->getName())) { in runOnSCC()
712 } else if (isFunctionInPrintList("*")) { in runOnSCC()
H A DLoopPass.cpp54 isFunctionInPrintList((*BBI)->getParent()->getName())) { in runOnLoop()