Searched refs:ir_if_cond_deref (Results 1 – 1 of 1) sorted by relevance
804 … ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable(); in visit() local805 if(ir_if_cond_deref && ir_if_cond_deref->var == this->loop.execute_flag) { in visit()