Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp80 const std::vector<Function *> &getFunctions() const { in getFunctions() function in __anona80865c10111::CVPLatticeVal
158 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
159 Y.getFunctions().begin(), Y.getFunctions().end(), in MergeValues()
391 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()
393 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp73 Functions &getFunctions() { in getFunctions() function
119 auto &Fns = getFunctions(); in lookupFunction()
273 auto &Fns = getFunctions(); in callExternalFunction()
520 auto &Fns = getFunctions(); in initializeExternalFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp182 const FunctionImporter::FunctionsToImportTy &getFunctions() const { in computeLTOCacheKey() function
206 AddUint64(Entry.getFunctions().size()); in computeLTOCacheKey()
207 for (auto &Fn : Entry.getFunctions()) in computeLTOCacheKey()
278 for (auto &ImpF : ImpM.getFunctions()) { in computeLTOCacheKey()