Lines Matching refs:loop_count
129 Instruction* loop_count = nullptr; in TEST_F() local
131 loop_count = context->get_def_use_mgr()->GetDef(loop_count_id); in TEST_F()
135 loop_count = builder.GetSintConstant(10); in TEST_F()
138 LoopPeeling peel(&*ld.begin(), loop_count); in TEST_F()
767 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
768 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
770 LoopPeeling peel(&*ld.begin(), loop_count); in TEST_F()
819 Instruction* loop_count = context->get_def_use_mgr()->GetDef(16); in TEST_F() local
820 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
822 LoopPeeling peel(&*ld.begin(), loop_count); in TEST_F()
1092 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
1093 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
1095 LoopPeeling peel(&*ld.begin(), loop_count); in TEST_F()
1144 Instruction* loop_count = context->get_def_use_mgr()->GetDef(15); in TEST_F() local
1145 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
1147 LoopPeeling peel(&*ld.begin(), loop_count); in TEST_F()