/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 112 M.getFunctionList().erase(F); in run() 121 M.getFunctionList().erase(F); in run()
|
H A D | DeadArgumentElimination.cpp | 171 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs() 877 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
|
H A D | Attributor.cpp | 1493 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 D | Inliner.cpp | 985 M.getFunctionList().remove(DeadF); in run()
|
H A D | ArgumentPromotion.cpp | 239 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
|
H A D | WholeProgramDevirt.cpp | 1754 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 136 M.getFunctionList().push_back(NewF); in runOnModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceArguments.cpp | 92 Program->getFunctionList().insertAfter(F->getIterator(), ClonedFunc); in extractArgumentsFromModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | Speculation.cpp | 83 for (auto &Fn : M.getFunctionList()) { in emit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Module.h | 553 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 D | CallPrinter.cpp | 65 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
|
H A D | CallGraph.cpp | 168 M.getFunctionList().remove(F); in removeFunctionFromModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600OpenCLImageTypeLoweringPass.cpp | 335 M.getFunctionList().push_back(NewF); in transformKernels()
|
H A D | AMDGPURewriteOutArguments.cpp | 348 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 478 for (auto &F : M.getFunctionList()) { in runOnModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Function.cpp | 363 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 D | CoroSplit.cpp | 485 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 184 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 360 for (auto &F : M.getFunctionList()) { in doInitialization()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5938 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); in parseFunctionHeader()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 295 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ProgrammersManual.rst | 3414 * ``Module::FunctionListType &getFunctionList()``
|