Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DMLInlineAdvisor.cpp90 auto Pos = FunctionLevels.find(Called); in MLInlineAdvisor()
94 if (Pos == FunctionLevels.end()) in MLInlineAdvisor()
103 FunctionLevels[F] = Level; in MLInlineAdvisor()
230 FunctionLevels[&Caller]); in getAdvice()
/external/llvm-project/llvm/include/llvm/Analysis/
DMLInlineAdvisor.h61 std::map<const Function *, unsigned> FunctionLevels; variable