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