Home
last modified time | relevance | path

Searched refs:is_redundant (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dopt_minmax.cpp385 bool is_redundant = false; in prune_expression() local
395 is_redundant = true; in prune_expression()
401 if (!is_redundant && limits[i].low && baserange.high) { in prune_expression()
404 is_redundant = true; in prune_expression()
413 is_redundant = true; in prune_expression()
419 if (!is_redundant && limits[i].high && baserange.low) { in prune_expression()
422 is_redundant = true; in prune_expression()
426 if (is_redundant) { in prune_expression()
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc5586 is_redundant(const offset_pair_type& p) in is_redundant() function
10465 if (comparison_stack.is_redundant(cur_dies)
10503 if (comparison_stack.is_redundant(cur_dies)

Completed in 17 milliseconds