Searched refs:RewriteBreakLoop (Results 1 – 2 of 2) sorted by relevance
268 bool RewriteBreakLoop(const HBasicBlock* context,
1059 if (cmp == kCondNE && RewriteBreakLoop(context, loop, body, stride_value, type)) { in VisitCondition()1245 bool HInductionVarAnalysis::RewriteBreakLoop(const HBasicBlock* context, in RewriteBreakLoop() function in art::HInductionVarAnalysis