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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp721 bool found_dependency = false; local in function:aco::schedule_SMEM
733 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
738 if (found_dependency) {
749 if (!found_dependency) {
752 found_dependency = true;
756 if (is_dependency || !found_dependency) {
757 if (found_dependency)
779 ctx.last_SMEM_dep_idx = found_dependency ? up_cursor.insert_idx : 0;
895 bool found_dependency = false; local in function:aco::schedule_VMEM
909 if (found_dependency) {
[all...]

Completed in 4 milliseconds