Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMLInlineAdvisor.cpp115 auto Pos = FunctionLevels.find(&CG.get(*Called)); in MLInlineAdvisor()
119 if (Pos == FunctionLevels.end()) in MLInlineAdvisor()
128 FunctionLevels[&CG.get(*F)] = Level; in MLInlineAdvisor()
131 for (auto KVP : FunctionLevels) { in MLInlineAdvisor()
139 return CG.lookup(F) ? FunctionLevels.at(CG.lookup(F)) : 0; in getInitialFunctionLevel()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DMLInlineAdvisor.h84 std::map<const LazyCallGraph::Node *, unsigned> FunctionLevels; variable