Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp81 M.getFunctionList().erase(F); in run()
90 M.getFunctionList().erase(F); in run()
DDeadArgumentElimination.cpp170 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
872 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
DInliner.cpp1227 M.getFunctionList().erase(DeadF); in run()
DArgumentPromotion.cpp236 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
DWholeProgramDevirt.cpp1554 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
DAttributor.cpp6297 OldFn->getParent()->getFunctionList().insert(OldFn->getIterator(), NewFn); in rewriteFunctionSignatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp136 M.getFunctionList().push_back(NewF); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp86 for (auto &Fn : M.getFunctionList()) { in emit()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dmetadata.hpp192 for (auto &f : mod.getFunctionList()) { in get_kernels()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h534 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
536 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp127 M.getFunctionList().remove(F); in removeFunctionFromModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp349 M.getFunctionList().push_back(NewF); in transformKernels()
DAMDGPURewriteOutArguments.cpp366 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp241 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
245 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
279 ParentModule->getFunctionList().push_back(this); in Function()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp518 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp407 M->getFunctionList().insert(InsertBefore, NewF); in createCloneDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp338 for (auto &F: M.getFunctionList()) { in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5487 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); in ParseFunctionHeader()