Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp98 auto Pos = FunctionLevels.find(Called); in MLInlineAdvisor()
102 if (Pos == FunctionLevels.end()) in MLInlineAdvisor()
111 FunctionLevels[F] = Level; in MLInlineAdvisor()
248 FunctionLevels[&Caller]); in getAdviceImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h62 std::map<const Function *, unsigned> FunctionLevels; variable