Home
last modified time | relevance | path

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

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