Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLInliner.h79 using InlinabilityCache = std::unordered_map<const FunctionDeclaration*, bool>; variable
80 bool candidateCanBeInlined(const InlineCandidate& candidate, InlinabilityCache* cache);
DSkSLInliner.cpp1032 bool Inliner::candidateCanBeInlined(const InlineCandidate& candidate, InlinabilityCache* cache) { in candidateCanBeInlined()
1070 InlinabilityCache cache; in buildCandidateList()