Searched defs:loop_exit (Results 1 – 6 of 6) sorted by relevance
79 struct GTY (()) loop_exit { struct84 struct loop_exit *prev; argument85 struct loop_exit *next; argument88 struct loop_exit *next_e; argument
351 std::tuple<HBasicBlock*, HBasicBlock*, HBasicBlock*> CreateWhileLoop(HBasicBlock* loop_exit) { in CreateWhileLoop()376 std::tuple<HBasicBlock*, HBasicBlock*> CreateDoWhileLoop(HBasicBlock* loop_exit) { in CreateDoWhileLoop()
125 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()
304 auto loop_exit = in assignExitContinuations() local
246 bool loop_exit = pred->loop_depth < block->loop_depth; in compute_block_next_distance() local
70 Block loop_exit; member