Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp80 const std::vector<Function *> &getFunctions() const { in getFunctions() function in __anon754f60900111::CVPLatticeVal
158 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
159 Y.getFunctions().begin(), Y.getFunctions().end(), in MergeValues()
394 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()
396 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()