Searched refs:InlineExhaustive (Results 1 – 4 of 4) sorted by relevance
24 bool InlineExhaustivePass::InlineExhaustive(Function* func) { in InlineExhaustive() function in spvtools::opt::InlineExhaustivePass66 ProcessFunction pfn = [this](Function* fp) { return InlineExhaustive(fp); }; in ProcessImpl()
44 bool InlineExhaustive(Function* func);
24 Pass::Status InlineExhaustivePass::InlineExhaustive(Function* func) { in InlineExhaustive() function in spvtools::opt::InlineExhaustivePass70 status = CombineStatus(status, InlineExhaustive(fp)); in ProcessImpl()
44 Status InlineExhaustive(Function* func);