Searched refs:TryToAddFunction (Results 1 – 6 of 6) sorted by relevance
94 bool TryToAddFunction(opt::IRContext* ir_context) const;
131 if (!TryToAddFunction(cloned_module.get())) { in IsApplicable()166 bool success = TryToAddFunction(ir_context); in Apply()225 bool TransformationAddFunction::TryToAddFunction( in TryToAddFunction() function in spvtools::fuzz::TransformationAddFunction
92 bool TryToAddFunction(opt::IRContext* context) const;
131 if (!TryToAddFunction(cloned_module.get())) { in IsApplicable()162 bool success = TryToAddFunction(context); in Apply()220 bool TransformationAddFunction::TryToAddFunction( in TryToAddFunction() function in spvtools::fuzz::TransformationAddFunction