Home
last modified time | relevance | path

Searched refs:getFunctionList (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp112 M.getFunctionList().erase(F); in run()
121 M.getFunctionList().erase(F); in run()
H A DDeadArgumentElimination.cpp171 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
877 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
H A DAttributor.cpp1493 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper()
1574 M.getFunctionList().insert(F.getIterator(), Copied); in internalizeFunction()
1742 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
H A DInliner.cpp985 M.getFunctionList().remove(DeadF); in run()
H A DArgumentPromotion.cpp239 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DWholeProgramDevirt.cpp1754 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp136 M.getFunctionList().push_back(NewF); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp92 Program->getFunctionList().insertAfter(F->getIterator(), ClonedFunc); in extractArgumentsFromModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp83 for (auto &Fn : M.getFunctionList()) { in emit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h553 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
555 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp65 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
H A DCallGraph.cpp168 M.getFunctionList().remove(F); in removeFunctionFromModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp335 M.getFunctionList().push_back(NewF); in transformKernels()
H A DAMDGPURewriteOutArguments.cpp348 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp478 for (auto &F : M.getFunctionList()) { in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp363 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
367 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
401 ParentModule->getFunctionList().push_back(this); in Function()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp485 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp184 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp360 for (auto &F : M.getFunctionList()) { in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp5938 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); in parseFunctionHeader()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp295 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3414 * ``Module::FunctionListType &getFunctionList()``