Searched refs:runInliner (Results 1 – 2 of 2) sorted by relevance
522 if (!this->runInliner(module.fElements, module.fSymbols, usage.get())) { in optimize()541 this->runInliner(program.fOwnedElements, program.fSymbols, usage); in optimize()559 bool Compiler::runInliner(const std::vector<std::unique_ptr<ProgramElement>>& elements, in runInliner() function in SkSL::Compiler
235 bool runInliner(const std::vector<std::unique_ptr<ProgramElement>>& elements,