| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 96 M.getFunctionList().erase(F); in AlwaysInlineImpl() 110 M.getFunctionList().erase(F); in AlwaysInlineImpl()
|
| H A D | ModuleInliner.cpp | 315 M.getFunctionList().erase(DeadF); in run()
|
| H A D | DeadArgumentElimination.cpp | 171 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs() 884 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
|
| H A D | ExpandVariadics.cpp | 493 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in replaceAllUsesWithNewDeclaration() 531 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deriveFixedArityReplacement()
|
| H A D | ArgumentPromotion.cpp | 217 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
|
| H A D | Attributor.cpp | 2733 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper() 2831 M.getFunctionList().insert(F->getIterator(), Copied); in internalizeFunctions() 3028 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
|
| H A D | WholeProgramDevirt.cpp | 2027 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILFinalizeLinkage.cpp | 50 M.getFunctionList().erase(F); in finalizeLinkage()
|
| H A D | DXILShaderFlags.cpp | 378 for (const auto &F : M.getFunctionList()) { in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 145 M.getFunctionList().push_back(NewF); in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 82 for (auto &Fn : M.getFunctionList()) { in emit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 596 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function 598 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CallGraph.cpp | 151 M.getFunctionList().remove(F); in removeFunctionFromModule()
|
| H A D | CallPrinter.cpp | 71 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 445 getParent()->getFunctionList().remove(getIterator()); in removeFromParent() 449 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent() 499 ParentModule->getFunctionList().push_back(this); in Function()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreloadKernelArguments.cpp | 138 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in cloneFunctionWithPreloadImplicitArgs()
|
| H A D | AMDGPURewriteOutArguments.cpp | 313 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
|
| H A D | R600OpenCLImageTypeLoweringPass.cpp | 335 M.getFunctionList().push_back(NewF); in transformKernels()
|
| H A D | AMDGPULowerBufferFatPointers.cpp | 2377 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), NewF); in moveFunctionAdaptingType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 440 for (auto &F : M.getFunctionList()) { in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GlobalMergeFunctions.cpp | 213 M->getFunctionList().insert(MergedFunc->getIterator(), NewFunction); in createMergedFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 462 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration() 1453 M->getFunctionList().insert(M->end(), NoAllocF); in createNoAllocVariant()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1464 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 592 for (auto &F : M.getFunctionList()) { in doInitialization()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 644 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()
|