Searched refs:BranchDepth (Results 1 – 6 of 6) sorted by relevance
34 unsigned BranchDepth; member121 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()209 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) in lower_if()257 if (fc_state.BranchDepth != 0 in rc_vert_fc()267 fc_state.BranchDepth++; in rc_vert_fc()288 fc_state.BranchDepth--; in rc_vert_fc()292 if (fc_state.BranchDepth || fc_state.LoopDepth) { in rc_vert_fc()
56 unsigned BranchDepth; member130 if (count_inst->BranchDepth > 0) { in get_incr_amount()235 count_inst.BranchDepth = 0; in try_unroll_loop()259 count_inst.BranchDepth++; in try_unroll_loop()262 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()
720 unsigned BranchDepth = in shouldConvertIf() local722 DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()734 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
834 unsigned BranchDepth = in shouldConvertIf() local836 LLVM_DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()848 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
863 unsigned BranchDepth = in shouldConvertIf() local865 LLVM_DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()885 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()