Searched refs:is_empty (Results 1 - 25 of 79) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty())
95 !inner->else_instructions.is_empty())
H A Dopt_conditional_discard.cpp67 if (ir->then_instructions.is_empty() ||
70 !ir->else_instructions.is_empty())
H A Dopt_if_simplification.cpp75 if (ir->then_instructions.is_empty() &&
76 ir->else_instructions.is_empty()) {
119 if (ir->then_instructions.is_empty()) {
H A Dopt_dead_code.cpp91 if (!entry->assign_list.is_empty()) {
100 while (!entry->assign_list.is_empty()) {
119 if (entry->assign_list.is_empty()) {
H A Dopt_redundant_jumps.cpp92 if (ir->then_instructions.is_empty() && ir->else_instructions.is_empty())
H A Dir_function_detect_recursion.cpp253 if (f->callers.is_empty() || f->callees.is_empty()) {
254 while (!f->callers.is_empty()) {
259 while (!f->callees.is_empty()) {
H A Dopt_dead_functions.cpp140 if (func && func->signatures.is_empty()) {
H A Dloop_analysis.cpp440 assert(!this->state.is_empty());
470 if (this->state.is_empty())
688 if (!this->state.is_empty())
699 if (!this->state.is_empty())
710 if (this->state.is_empty())
724 assert(!this->state.is_empty());
H A Dlower_vector_insert.cpp43 assert(factory_instructions.is_empty());
H A Dloop_unroll.cpp186 assert(!ls->terminators.is_empty() || iterations == 1);
229 if (!ls->terminators.is_empty() &&
H A Dlower_int64.cpp138 if (instructions->is_empty())
147 if (v.progress && !v.function_list.is_empty()) {
H A Dopt_structure_splitting.cpp159 if (this->variable_list.is_empty())
323 if (refs.variable_list.is_empty())
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty())
95 !inner->else_instructions.is_empty())
H A Dopt_conditional_discard.cpp67 if (ir->then_instructions.is_empty() ||
70 !ir->else_instructions.is_empty())
H A Dopt_if_simplification.cpp75 if (ir->then_instructions.is_empty() &&
76 ir->else_instructions.is_empty()) {
119 if (ir->then_instructions.is_empty()) {
H A Dopt_dead_code.cpp91 if (!entry->assign_list.is_empty()) {
100 while (!entry->assign_list.is_empty()) {
119 if (entry->assign_list.is_empty()) {
H A Dopt_redundant_jumps.cpp92 if (ir->then_instructions.is_empty() && ir->else_instructions.is_empty())
H A Dir_function_detect_recursion.cpp253 if (f->callers.is_empty() || f->callees.is_empty()) {
254 while (!f->callers.is_empty()) {
259 while (!f->callees.is_empty()) {
H A Dopt_dead_functions.cpp140 if (func && func->signatures.is_empty()) {
H A Dloop_analysis.cpp393 assert(!this->state.is_empty());
423 if (this->state.is_empty())
641 if (!this->state.is_empty())
652 if (!this->state.is_empty())
663 if (this->state.is_empty())
677 assert(!this->state.is_empty());
H A Dlower_vector_insert.cpp42 assert(factory_instructions.is_empty());
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dopt_add_neg_to_sub_test.cpp85 ASSERT_FALSE(instructions.is_empty());
89 EXPECT_TRUE(instructions.is_empty());
118 ASSERT_FALSE(instructions.is_empty());
122 EXPECT_TRUE(instructions.is_empty());
151 ASSERT_FALSE(instructions.is_empty());
155 EXPECT_TRUE(instructions.is_empty());
184 ASSERT_FALSE(instructions.is_empty());
188 EXPECT_TRUE(instructions.is_empty());
H A Dlower_int64_test.cpp153 ASSERT_FALSE(instructions->is_empty());
163 ASSERT_FALSE(instructions->is_empty());
172 ASSERT_FALSE(instructions->is_empty());
178 ASSERT_FALSE(instructions->is_empty());
190 EXPECT_TRUE(instructions->is_empty());
431 ASSERT_FALSE(instructions.is_empty());
438 ASSERT_FALSE(instructions.is_empty());
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dopt_add_neg_to_sub_test.cpp81 ASSERT_FALSE(instructions.is_empty());
85 EXPECT_TRUE(instructions.is_empty());
114 ASSERT_FALSE(instructions.is_empty());
118 EXPECT_TRUE(instructions.is_empty());
147 ASSERT_FALSE(instructions.is_empty());
151 EXPECT_TRUE(instructions.is_empty());
180 ASSERT_FALSE(instructions.is_empty());
184 EXPECT_TRUE(instructions.is_empty());
H A Dlower_int64_test.cpp149 ASSERT_FALSE(instructions->is_empty());
159 ASSERT_FALSE(instructions->is_empty());
168 ASSERT_FALSE(instructions->is_empty());
174 ASSERT_FALSE(instructions->is_empty());
186 EXPECT_TRUE(instructions->is_empty());
427 ASSERT_FALSE(instructions.is_empty());
434 ASSERT_FALSE(instructions.is_empty());

Completed in 17 milliseconds

1234