Searched refs:RewriteBreakLoop (Results 1 – 2 of 2) sorted by relevance
227 bool RewriteBreakLoop(HLoopInformation* loop,
951 if (cmp == kCondNE && RewriteBreakLoop(loop, body, stride_value, type)) { in VisitCondition()1129 bool HInductionVarAnalysis::RewriteBreakLoop(HLoopInformation* loop, in RewriteBreakLoop() function in art::HInductionVarAnalysis