Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp96 M.getFunctionList().erase(F); in AlwaysInlineImpl()
110 M.getFunctionList().erase(F); in AlwaysInlineImpl()
H A DModuleInliner.cpp315 M.getFunctionList().erase(DeadF); in run()
H A DDeadArgumentElimination.cpp171 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs()
884 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in removeDeadStuffFromFunction()
H A DExpandVariadics.cpp493 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in replaceAllUsesWithNewDeclaration()
531 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deriveFixedArityReplacement()
H A DArgumentPromotion.cpp217 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
H A DAttributor.cpp2733 M.getFunctionList().insert(F.getIterator(), Wrapper); in createShallowWrapper()
2831 M.getFunctionList().insert(F->getIterator(), Copied); in internalizeFunctions()
3028 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
H A DWholeProgramDevirt.cpp2027 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILFinalizeLinkage.cpp50 M.getFunctionList().erase(F); in finalizeLinkage()
H A DDXILShaderFlags.cpp378 for (const auto &F : M.getFunctionList()) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp145 M.getFunctionList().push_back(NewF); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp82 for (auto &Fn : M.getFunctionList()) { in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h596 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
598 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp151 M.getFunctionList().remove(F); in removeFunctionFromModule()
H A DCallPrinter.cpp71 for (Function &F : M->getFunctionList()) { in CallGraphDOTInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp445 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
449 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
499 ParentModule->getFunctionList().push_back(this); in Function()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreloadKernelArguments.cpp138 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in cloneFunctionWithPreloadImplicitArgs()
H A DAMDGPURewriteOutArguments.cpp313 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
H A DR600OpenCLImageTypeLoweringPass.cpp335 M.getFunctionList().push_back(NewF); in transformKernels()
H A DAMDGPULowerBufferFatPointers.cpp2377 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), NewF); in moveFunctionAdaptingType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp440 for (auto &F : M.getFunctionList()) { in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp213 M->getFunctionList().insert(MergedFunc->getIterator(), NewFunction); in createMergedFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp462 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
1453 M->getFunctionList().insert(M->end(), NoAllocF); in createNoAllocVariant()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1464 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp592 for (auto &F : M.getFunctionList()) { in doInitialization()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp644 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()

12