Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp95 M.getFunctionList().erase(F); in AlwaysInlineImpl()
107 M.getFunctionList().erase(F); in AlwaysInlineImpl()
H A DModuleInliner.cpp292 M.getFunctionList().erase(DeadF); in run()
H A DDeadArgumentElimination.cpp175 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs()
877 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
H A DExpandVariadics.cpp512 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in replaceAllUsesWithNewDeclaration()
550 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deriveFixedArityReplacement()
H A DArgumentPromotion.cpp201 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DAttributor.cpp2740 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 DWholeProgramDevirt.cpp1943 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp147 M.getFunctionList().push_back(NewF); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp82 for (auto &Fn : M.getFunctionList()) { in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h613 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 DCallPrinter.cpp71 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
H A DCallGraph.cpp163 M.getFunctionList().remove(F); in removeFunctionFromModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp443 for (auto &F : M.getFunctionList()) { in runOnModule()
/freebsd/contrib/llvm-project/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()
H A DAMDGPULowerBufferFatPointers.cpp1673 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), NewF); in moveFunctionAdaptingType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp444 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 DClangExpressionParser.cpp1288 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp553 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp562 for (auto &F : M.getFunctionList()) { in doInitialization()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp537 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp725 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()