Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp82 const std::vector<Function *> &getFunctions() const { in getFunctions() function in __anone891627b0111::CVPLatticeVal
160 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
161 Y.getFunctions().begin(), Y.getFunctions().end(), in MergeValues()
393 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()
395 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()