Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp81 const std::vector<Function *> &getFunctions() const { in getFunctions() function in __anoncc598d4b0111::CVPLatticeVal
159 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
160 Y.getFunctions().begin(), Y.getFunctions().end(), in MergeValues()
392 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()
394 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()
/freebsd/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/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp186 const FunctionImporter::FunctionsToImportTy &getFunctions() const { in computeLTOCacheKey() function
211 AddUint64(Entry.getFunctions().size()); in computeLTOCacheKey()
214 for (auto &[Fn, ImportType] : Entry.getFunctions()) in computeLTOCacheKey()
290 for (auto &[GUID, UnusedImportType] : ImpM.getFunctions()) { in computeLTOCacheKey()