Home
last modified time | relevance | path

Searched defs:loop_exit (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcfgloop.h79 struct GTY (()) loop_exit { struct
84 struct loop_exit *prev; argument
85 struct loop_exit *next; argument
88 struct loop_exit *next_e; argument
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_unit_test.h351 std::tuple<HBasicBlock*, HBasicBlock*, HBasicBlock*> CreateWhileLoop(HBasicBlock* loop_exit) { in CreateWhileLoop()
376 std::tuple<HBasicBlock*, HBasicBlock*> CreateDoWhileLoop(HBasicBlock* loop_exit) { in CreateDoWhileLoop()
H A Dload_store_elimination_test.cc125 HBasicBlock* loop_exit, std::initializer_list<HInstruction*> suspend_check_env = {}) { in CreateDoWhileLoopWithInstructions()
137 HBasicBlock* loop_exit, std::initializer_list<HInstruction*> suspend_check_env = {}) { in CreateForLoopWithInstructions()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dconvert_to_ssa.cpp304 auto loop_exit = in assignExitContinuations() local
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c246 bool loop_exit = pred->loop_depth < block->loop_depth; in compute_block_next_distance() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp70 Block loop_exit; member