/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 95 M.getFunctionList().erase(F); in AlwaysInlineImpl() 107 M.getFunctionList().erase(F); in AlwaysInlineImpl()
|
H A D | ModuleInliner.cpp | 292 M.getFunctionList().erase(DeadF); in run()
|
H A D | DeadArgumentElimination.cpp | 175 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs() 877 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
|
H A D | ExpandVariadics.cpp | 512 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in replaceAllUsesWithNewDeclaration() 550 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deriveFixedArityReplacement()
|
H A D | ArgumentPromotion.cpp | 201 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
|
H A D | Attributor.cpp | 2740 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper() 2842 M.getFunctionList().insert(F->getIterator(), Copied); in internalizeFunctions() 3039 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
|
H A D | WholeProgramDevirt.cpp | 1943 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 147 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 | 613 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function 615 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CallPrinter.cpp | 71 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
|
H A D | CallGraph.cpp | 163 M.getFunctionList().remove(F); in removeFunctionFromModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 443 for (auto &F : M.getFunctionList()) { in runOnModule()
|
/freebsd/contrib/llvm-project/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()
|
H A D | AMDGPULowerBufferFatPointers.cpp | 1673 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), NewF); in moveFunctionAdaptingType()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 444 getParent()->getFunctionList().remove(getIterator()); in removeFromParent() 448 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent() 499 ParentModule->getFunctionList().push_back(this); in Function()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1288 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 553 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 562 for (auto &F : M.getFunctionList()) { in doInitialization()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 537 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 725 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
|