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

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

Completed in 80 milliseconds