Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp79 const std::vector<Function *> &getFunctions() const { in getFunctions() function in __anon5039a2760111::CVPLatticeVal
157 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
158 Y.getFunctions().begin(), Y.getFunctions().end(), in MergeValues()
390 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()
392 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()