Lines Matching defs:branches
46 std::vector<std::pair<int, SOPP_instruction*>> branches;
175 ctx.branches.emplace_back(out.size(), &sopp);
821 auto branch_it = std::find_if(ctx.branches.begin(), ctx.branches.end(),
825 /* Update the locations of branches */
826 for (; branch_it != ctx.branches.end(); ++branch_it)
849 ctx.branches.begin(), ctx.branches.end(),
855 gfx10_3f_bug = buggy_branch_it != ctx.branches.end();
879 /* for conditional branches, skip the long jump if the condition is false */
930 for (std::pair<int, SOPP_instruction*>& branch : ctx.branches) {