Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp109 M.getFunctionList().erase(F); in AlwaysInlineImpl()
120 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()
879 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
H A DInliner.cpp563 M.getFunctionList().erase(DeadF); in run()
H A DArgumentPromotion.cpp200 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DAttributor.cpp2740 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper()
2838 M.getFunctionList().insert(F->getIterator(), Copied); in internalizeFunctions()
3035 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
H A DWholeProgramDevirt.cpp1951 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp146 M.getFunctionList().push_back(NewF); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp82 for (auto &Fn : M.getFunctionList()) { in emit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h600 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
602 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp70 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
H A DCallGraph.cpp163 M.getFunctionList().remove(F); in removeFunctionFromModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp442 for (auto &F : M.getFunctionList()) { in runOnModule()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp385 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
389 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
440 ParentModule->getFunctionList().push_back(this); in Function()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1285 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp572 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp578 for (auto &F : M.getFunctionList()) { in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp690 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp526 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()