Home
last modified time | relevance | path

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

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