Searched refs:functionCanBeInlined (Results 1 – 2 of 2) sorted by relevance
88 bool functionCanBeInlined(const FunctionDeclaration& funcDecl,
986 bool Inliner::functionCanBeInlined(const FunctionDeclaration& funcDecl, in functionCanBeInlined() function in SkSL::Inliner1002 if (!this->functionCanBeInlined(funcDecl, usage, cache)) { in candidateCanBeInlined()