Home
last modified time | relevance | path

Searched defs:InlinedCallees (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h53 llvm::SmallVector<InlineGraphNode *, 8> InlinedCallees; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp298 SmallSetVector<Function *, 4> InlinedCallees; in run() local