Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp72 M.getFunctionList().erase(F); in run()
81 M.getFunctionList().erase(F); in run()
H A DDeadArgumentElimination.cpp170 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
872 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
H A DInliner.cpp1219 M.getFunctionList().erase(DeadF); in run()
H A DArgumentPromotion.cpp234 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DWholeProgramDevirt.cpp1347 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp157 M.getFunctionList().push_back(New); in runOnModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h530 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
532 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp133 for (auto &func : module.getFunctionList()) in findRSCallSites()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCallGraph.cpp128 M.getFunctionList().remove(F); in removeFunctionFromModule()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp350 M.getFunctionList().push_back(NewF); in transformKernels()
H A DAMDGPURewriteOutArguments.cpp366 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp211 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
215 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
249 ParentModule->getFunctionList().push_back(this); in Function()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1032 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp323 for (auto &F: M.getFunctionList()) { in doInitialization()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5343 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); in ParseFunctionHeader()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp252 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()