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