Searched refs:OperandToUndefReductionPass (Results 1 – 4 of 4) sorted by relevance
24 class OperandToUndefReductionPass : public ReductionPass {28 explicit OperandToUndefReductionPass(const spv_target_env target_env) in OperandToUndefReductionPass() function31 ~OperandToUndefReductionPass() override = default;
26 OperandToUndefReductionPass::GetAvailableOpportunities( in GetAvailableOpportunities()89 std::string OperandToUndefReductionPass::GetName() const { in GetName()
166 const auto pass = TestSubclass<OperandToUndefReductionPass>(env); in TEST()219 const auto pass = TestSubclass<OperandToUndefReductionPass>(env); in TEST()
212 spvtools::MakeUnique<OperandToUndefReductionPass>(target_env)); in main()