Lines Matching refs:loop_count
128 Instruction* loop_count = nullptr;
130 loop_count = context->get_def_use_mgr()->GetDef(loop_count_id);
134 loop_count = builder.GetSintConstant(10);
137 LoopPeeling peel(&*ld.begin(), loop_count);
766 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16);
767 EXPECT_EQ(loop_count->opcode(), spv::Op::OpLoad);
769 LoopPeeling peel(&*ld.begin(), loop_count);
818 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16);
819 EXPECT_EQ(loop_count->opcode(), spv::Op::OpLoad);
821 LoopPeeling peel(&*ld.begin(), loop_count);
1091 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15);
1092 EXPECT_EQ(loop_count->opcode(), spv::Op::OpLoad);
1094 LoopPeeling peel(&*ld.begin(), loop_count);
1143 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15);
1144 EXPECT_EQ(loop_count->opcode(), spv::Op::OpLoad);
1146 LoopPeeling peel(&*ld.begin(), loop_count);