Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp116 M.getFunctionList().erase(F); in run()
127 M.getFunctionList().erase(F); in run()
H A DModuleInliner.cpp333 M.getFunctionList().erase(DeadF); in run()
H A DDeadArgumentElimination.cpp169 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs()
864 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
H A DArgumentPromotion.cpp216 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DInliner.cpp1098 M.getFunctionList().erase(DeadF); in run()
H A DAttributor.cpp2303 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper()
2401 M.getFunctionList().insert(F->getIterator(), Copied); in internalizeFunctions()
2593 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
H A DWholeProgramDevirt.cpp1837 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp110 Program.getFunctionList().insertAfter(F->getIterator(), ClonedFunc); in extractArgumentsFromModule()
H A DReduceOperandsToArgs.cpp133 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), NewF); in substituteOperandWithArgument()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp146 M.getFunctionList().push_back(NewF); in runOnModule()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp83 for (auto &Fn : M.getFunctionList()) { in emit()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp684 ASSERT_EQ(M->getFunctionList().size(), 4U); in TEST()
688 ASSERT_EQ(M->getFunctionList().size(), 5U); in TEST()
697 ASSERT_EQ(M->getFunctionList().size(), 3U); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp124 for (auto &func : module.getFunctionList()) in findRSCallSites()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h559 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
561 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCallPrinter.cpp70 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
H A DCallGraph.cpp166 M.getFunctionList().remove(F); in removeFunctionFromModule()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp447 for (auto &F : M.getFunctionList()) { in runOnModule()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp158 for (auto &func : module->getFunctionList()) { in packFunctionArguments()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp364 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
368 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
402 ParentModule->getFunctionList().push_back(this); in Function()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp1666 ASSERT_EQ(M->getFunctionList().size(), 6U); in TEST_F()
1668 ASSERT_EQ(M->getFunctionList().size(), 5U); in TEST_F()
H A DLazyCallGraphTest.cpp2075 D.getParent()->getFunctionList().insert(D.getIterator(), &E); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1313 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp513 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()

12