Searched refs:BranchDepth (Results 1 – 7 of 7) sorted by relevance
10 unsigned BranchDepth; member97 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()185 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) in lower_if()233 if (fc_state.BranchDepth != 0 in rc_vert_fc()243 fc_state.BranchDepth++; in rc_vert_fc()264 fc_state.BranchDepth--; in rc_vert_fc()268 if (fc_state.BranchDepth || fc_state.LoopDepth) { in rc_vert_fc()
55 unsigned BranchDepth; member129 if (count_inst->BranchDepth > 0) { in get_incr_amount()234 count_inst.BranchDepth = 0; in try_unroll_loop()258 count_inst.BranchDepth++; in try_unroll_loop()261 count_inst.BranchDepth--; in try_unroll_loop()
66 int BranchDepth; member471 loop->BranchDepth = s->CurrentBranchDepth; in emit_flowcontrol()489 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()503 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()
711 unsigned BranchDepth = in shouldConvertIf() local713 DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()725 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()