| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 114 M.getFunctionList().erase(F); in run() 125 M.getFunctionList().erase(F); in run()
|
| H A D | ModuleInliner.cpp | 297 M.getFunctionList().erase(DeadF); in run()
|
| H A D | DeadArgumentElimination.cpp | 169 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs() 864 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 216 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
|
| H A D | Inliner.cpp | 1103 M.getFunctionList().erase(DeadF); in run()
|
| H A D | Attributor.cpp | 2560 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 D | WholeProgramDevirt.cpp | 1836 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 146 M.getFunctionList().push_back(NewF); in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceArguments.cpp | 111 Program.getFunctionList().insertAfter(F->getIterator(), ClonedFunc); in extractArgumentsFromModule()
|
| H A D | ReduceOperandsToArgs.cpp | 133 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), NewF); in substituteOperandWithArgument()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 83 for (auto &Fn : M.getFunctionList()) { in emit()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptx86ABIFixups.cpp | 124 for (auto &func : module.getFunctionList()) in findRSCallSites()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Module.h | 559 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 D | CallPrinter.cpp | 70 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
|
| H A D | CallGraph.cpp | 163 M.getFunctionList().remove(F); in removeFunctionFromModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 448 for (auto &F : M.getFunctionList()) { in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 318 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
|
| H A D | R600OpenCLImageTypeLoweringPass.cpp | 335 M.getFunctionList().push_back(NewF); in transformKernels()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Function.cpp | 359 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 D | ClangExpressionParser.cpp | 1301 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 520 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 525 for (auto &F : M.getFunctionList()) { in doInitialization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 497 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 297 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3423 * ``Module::FunctionListType &getFunctionList()``
|