Searched refs:cloned_context (Results 1 – 4 of 4) sorted by relevance
122 auto cloned_context = fuzzerutil::CloneIRContext(ir_context); in IsApplicable() local123 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()124 return fuzzerutil::IsValid(cloned_context.get(), in IsApplicable()
182 auto cloned_context = fuzzerutil::CloneIRContext(ir_context); in IsApplicable() local183 ApplyImpl(cloned_context.get(), transformation_context); in IsApplicable()184 return fuzzerutil::IsValid(cloned_context.get(), in IsApplicable()