Searched refs:getFunctionList (Results 1 – 16 of 16) sorted by relevance
72 M.getFunctionList().erase(F); in run()81 M.getFunctionList().erase(F); in run()
170 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()872 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in RemoveDeadStuffFromFunction()
1219 M.getFunctionList().erase(DeadF); in run()
234 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
1347 const auto &FL = M.getFunctionList(); in areRemarksEnabled()
157 M.getFunctionList().push_back(New); in runOnModule()
530 const FunctionListType &getFunctionList() const { return FunctionList; } in getFunctionList() function532 FunctionListType &getFunctionList() { return FunctionList; } in getFunctionList() function
133 for (auto &func : module.getFunctionList()) in findRSCallSites()
128 M.getFunctionList().remove(F); in removeFunctionFromModule()
350 M.getFunctionList().push_back(NewF); in transformKernels()
366 F.getParent()->getFunctionList().insert(F.getIterator(), NewFunc); in runOnFunction()
211 getParent()->getFunctionList().remove(getIterator()); in removeFromParent()215 getParent()->getFunctionList().erase(getIterator()); in eraseFromParent()249 ParentModule->getFunctionList().push_back(this); in Function()
1032 for (const auto &func : module->getFunctionList()) { in FindFunctionInModule()
323 for (auto &F: M.getFunctionList()) { in doInitialization()
5343 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn); in ParseFunctionHeader()
252 OldF->getParent()->getFunctionList().insertAfter(OldF->getIterator(), in applyReplacements()