Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp72 M.getFunctionList().erase(F); in run()
81 M.getFunctionList().erase(F); in run()
DDeadArgumentElimination.cpp171 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
868 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
DInliner.cpp1140 M.getFunctionList().erase(DeadF); in run()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp151 getParent()->getFunctionList().remove(this); in removeFromParent()
155 getParent()->getFunctionList().erase(this); in eraseFromParent()
178 ParentModule->getFunctionList().push_back(this); in Function()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dmetadata.hpp122 for (auto &f : mod.getFunctionList()) { in get_kernels()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h431 const FunctionListType &getFunctionList() const { return FunctionList; }
433 FunctionListType &getFunctionList() { return FunctionList; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp140 M.getFunctionList().push_back(New); in runOnModule()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicInliner.cpp150 M->getFunctionList().remove(D); in inlineFunctions()
/external/swiftshader/third_party/LLVM/
DFastIntrinsicID.patch39 ParentModule->getFunctionList().push_back(this);
/external/bcc/src/cc/
Dbpf_module.cc497 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn) in annotate_light()
511 for (auto fn = mod_->getFunctionList().begin(); fn != mod_->getFunctionList().end(); ++fn) in annotate()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPartialInlining.cpp76 F->getParent()->getFunctionList().push_back(duplicateFunction); in unswitchFunction()
DGlobalDCE.cpp127 M.getFunctionList().erase(DeadFunctions[i]); in runOnModule()
DDeadArgumentElimination.cpp219 Fn.getParent()->getFunctionList().insert(&Fn, NF); in DeleteDeadVarargs()
772 F->getParent()->getFunctionList().insert(F, NF); in RemoveDeadStuffFromFunction()
/external/llvm/include/llvm/IR/
DModule.h495 const FunctionListType &getFunctionList() const { return FunctionList; }
497 FunctionListType &getFunctionList() { return FunctionList; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h519 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function
521 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp170 M.getFunctionList().erase(F); in run()
DDeadArgumentElimination.cpp152 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
821 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DCallGraph.cpp229 Mod->getFunctionList().remove(F); in removeFunctionFromModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCallGraph.cpp129 M.getFunctionList().remove(F); in removeFunctionFromModule()
/external/llvm/lib/IR/
DFunction.cpp247 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
251 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
272 ParentModule->getFunctionList().push_back(this); in Function()
/external/llvm/lib/Analysis/
DCallGraph.cpp143 M.getFunctionList().remove(F); in removeFunctionFromModule()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLImageTypeLoweringPass.cpp333 M.getFunctionList().push_back(NewF); in transformKernels()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp350 M.getFunctionList().push_back(NewF); in transformKernels()
DAMDGPURewriteOutArguments.cpp366 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp207 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()
211 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()
236 ParentModule->getFunctionList().push_back(this); in Function()

12