Home
last modified time | relevance | path

Searched refs:loop_variable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/mako/mako/
Dcodegen.py1266 loop_variable = LoopVariable()
1267 node.accept_visitor(loop_variable)
1268 if loop_variable.detected:
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_spill.cpp938 unsigned loop_variable = block->loop_nest_depth && ctx.loop.back().spills.count(var); in process_block() local
939 if (avoid_respill > loop_variable || do_rematerialize > can_rematerialize) in process_block()
942 if (can_rematerialize > do_rematerialize || loop_variable > avoid_respill || in process_block()
952 avoid_respill = loop_variable; in process_block()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv47216[email protected],glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.