Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp81 const std::vector<Function *> &getFunctions() const { in getFunctions() function in __anonca6fa95e0111::CVPLatticeVal
159 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
160 Y.getFunctions().begin(), Y.getFunctions().end(), in MergeValues()
397 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()
399 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()
/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()
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp185 const FunctionImporter::FunctionsToImportTy &getFunctions() const { computeLTOCacheKey() function