Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp70 NonImportedCallers.push_back(It->first()); in recordInline()
100 NonImportedCallers.clear(); in dump()
176 llvm::sort(NonImportedCallers); in calculateRealInlines()
177 NonImportedCallers.erase(llvm::unique(NonImportedCallers), in calculateRealInlines()
178 NonImportedCallers.end()); in calculateRealInlines()
180 for (const auto &Name : NonImportedCallers) { in calculateRealInlines()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h99 std::vector<StringRef> NonImportedCallers; variable