Searched refs:LhsDeps (Results 1 – 1 of 1) sorted by relevance
2524 SmallMapVector<const Instruction *, bool, 8> LhsDeps, RhsDeps; in shouldKeepJumpConditionsTogether() local2525 collectInstructionDeps(&LhsDeps, Lhs); in shouldKeepJumpConditionsTogether()2529 if (!collectInstructionDeps(&RhsDeps, Rhs, &LhsDeps)) in shouldKeepJumpConditionsTogether()2533 if (!LhsDeps.contains(RhsI)) in shouldKeepJumpConditionsTogether()