Home
last modified time | relevance | path

Searched defs:loop_context (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp53 struct loop_context { struct
54 Block loop_exit;
56 unsigned header_idx_old;
57 Block* exit_old;
58 bool divergent_cont_old;
59 bool divergent_branch_old;
60 bool divergent_if_old;
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc3084 LoopContext loop_context{&loops_, header_block, nullptr}; in ParseWhile() local
3193 LoopContext loop_context{&loops_, header_block, loop_var_inc}; in ParseForUnroll() local
3291 LoopContext loop_context{&loops_, header_block, loop_var_inc}; in ParseForRepeat() local