Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp114 M.getFunctionList().erase(F); in run()
125 M.getFunctionList().erase(F); in run()
H A DModuleInliner.cpp297 M.getFunctionList().erase(DeadF); in run()
H A DDeadArgumentElimination.cpp169 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs()
864 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
H A DArgumentPromotion.cpp216 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DInliner.cpp1103 M.getFunctionList().erase(DeadF); in run()
H A DAttributor.cpp2560 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper()
2658 M.getFunctionList().insert(F->getIterator(), Copied); in internalizeFunctions()
2851 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
H A DWholeProgramDevirt.cpp1836 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp146 M.getFunctionList().push_back(NewF); in runOnModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp111 Program.getFunctionList().insertAfter(F->getIterator(), ClonedFunc); in extractArgumentsFromModule()
H A DReduceOperandsToArgs.cpp133 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), NewF); in substituteOperandWithArgument()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp83 for (auto &Fn : M.getFunctionList()) { in emit()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp124 for (auto &func : module.getFunctionList()) in findRSCallSites()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h559 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
561 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCallPrinter.cpp70 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
H A DCallGraph.cpp163 M.getFunctionList().remove(F); in removeFunctionFromModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp448 for (auto &F : M.getFunctionList()) { in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp318 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
H A DR600OpenCLImageTypeLoweringPass.cpp335 M.getFunctionList().push_back(NewF); in transformKernels()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp359 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
363 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
414 ParentModule->getFunctionList().push_back(this); in Function()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1301 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp520 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp525 for (auto &F : M.getFunctionList()) { in doInitialization()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp497 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp297 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst3423 * ``Module::FunctionListType &getFunctionList()``