Home
last modified time | relevance | path

Searched refs:is_dependency (Results 1 - 3 of 3) sorted by relevance

/third_party/ninja/src/
H A Ddepfile_parser.in.cc167 const bool is_dependency = !parsing_targets; in Parse() local
180 if (is_dependency) { in Parse()
192 } else if (!is_dependency) { in Parse()
H A Ddepfile_parser.cc330 const bool is_dependency = !parsing_targets; in Parse() local
343 if (is_dependency) { in Parse()
355 } else if (!is_dependency) { in Parse()
/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp736 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
738 if (is_dependency && (candidate->isVMEM() || candidate->isFlatLike()))
746 is_dependency = true;
751 if (is_dependency) {
759 if (is_dependency || !found_dependency) {
911 bool is_dependency = false;
917 is_dependency = true;
922 is_dependency |= !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
923 if (is_dependency) {
937 if (is_dependency || !found_dependenc
[all...]

Completed in 3 milliseconds