Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp112 M.getFunctionList().erase(F); in run()
121 M.getFunctionList().erase(F); in run()
H A DDeadArgumentElimination.cpp171 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
878 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
H A DAttributor.cpp1894 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper()
1992 M.getFunctionList().insert(F->getIterator(), Copied); in internalizeFunctions()
2179 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
H A DInliner.cpp1142 M.getFunctionList().remove(DeadF); in run()
H A DArgumentPromotion.cpp238 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DWholeProgramDevirt.cpp1770 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp136 M.getFunctionList().push_back(NewF); in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp83 for (auto &Fn : M.getFunctionList()) { in emit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp295 for (auto &F : M.getFunctionList()) { in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h556 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
558 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp130 for (auto &func : module.getFunctionList()) in findRSCallSites()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp65 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
H A DCallGraph.cpp168 M.getFunctionList().remove(F); in removeFunctionFromModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp335 M.getFunctionList().push_back(NewF); in transformKernels()
H A DAMDGPURewriteOutArguments.cpp348 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp362 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
366 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
400 ParentModule->getFunctionList().push_back(this); in Function()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1310 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp488 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp185 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp374 for (auto &F : M.getFunctionList()) { in doInitialization()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp295 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()