Searched refs:loop_check (Results 1 – 1 of 1) sorted by relevance
78 HInstruction* loop_check = new (GetAllocator()) HGreaterThanOrEqual(phi, const_128); in CreateBasicLoopDataFlow() local82 loop_header->AddInstruction(loop_check); in CreateBasicLoopDataFlow()83 loop_header->AddInstruction(new (GetAllocator()) HIf(loop_check)); in CreateBasicLoopDataFlow()