Lines Matching defs:branches
46 std::vector<std::pair<int, SOPP_instruction*>> branches;
173 ctx.branches.emplace_back(out.size(), &sopp);
849 auto branch_it = std::find_if(ctx.branches.begin(), ctx.branches.end(),
853 /* Update the locations of branches */
854 for (; branch_it != ctx.branches.end(); ++branch_it)
877 ctx.branches.begin(), ctx.branches.end(),
883 gfx10_3f_bug = buggy_branch_it != ctx.branches.end();
907 /* for conditional branches, skip the long jump if the condition is false */
955 for (std::pair<int, SOPP_instruction*>& branch : ctx.branches) {