Searched refs:RhsI (Results 1 – 1 of 1) sorted by relevance
2566 if (const auto *RhsI = dyn_cast<Instruction>(Rhs)) in shouldKeepJumpConditionsTogether() local2567 if (!LhsDeps.contains(RhsI)) in shouldKeepJumpConditionsTogether()2568 RhsDeps.try_emplace(RhsI, false); in shouldKeepJumpConditionsTogether()