Searched refs:getFunctionList (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp50 M.getFunctionList().push_back(NewFunc);
H A DAMDGPUOpenCLImageTypeLoweringPass.cpp334 M.getFunctionList().push_back(NewF);
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp77 F->getParent()->getFunctionList().push_back(duplicateFunction);
H A DGlobalDCE.cpp158 M.getFunctionList().erase(F);
H A DDeadArgumentElimination.cpp232 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF);
884 F->getParent()->getFunctionList().insert(F->getIterator(), NF);
H A DArgumentPromotion.cpp745 F->getParent()->getFunctionList().insert(F->getIterator(), NF);
/external/llvm/include/llvm/IR/
H A DModule.h467 const FunctionListType &getFunctionList() const { return FunctionList; } function in class:llvm::Module
469 FunctionListType &getFunctionList() { return FunctionList; } function in class:llvm::Module
/external/llvm/lib/Analysis/
H A DCallGraph.cpp145 M.getFunctionList().remove(F);
/external/llvm/lib/IR/
H A DFunction.cpp238 getParent()->getFunctionList().remove(getIterator());
242 getParent()->getFunctionList().erase(getIterator());
264 ParentModule->getFunctionList().push_back(this);
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp279 M->getFunctionList().push_back(NewFunc);
/external/clang/lib/CodeGen/
H A DCGVTables.cpp161 CGM.getModule().getFunctionList().push_back(NewFn);
H A DCodeGenModule.cpp239 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(),
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp2017 const Module::FunctionListType &funcs = TheModule->getFunctionList();
/external/llvm/lib/AsmParser/
H A DLLParser.cpp4509 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn);

Completed in 326 milliseconds