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.cpp71 NonImportedCallers.push_back(It->first()); in recordInline()
101 NonImportedCallers.clear(); in dump()
177 llvm::sort(NonImportedCallers); in calculateRealInlines()
178 NonImportedCallers.erase(llvm::unique(NonImportedCallers), in calculateRealInlines()
179 NonImportedCallers.end()); in calculateRealInlines()
181 for (const auto &Name : NonImportedCallers) { in calculateRealInlines()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h98 std::vector<StringRef> NonImportedCallers; variable