Home
last modified time | relevance | path

Searched refs:LhsDeps (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2556 SmallMapVector<const Instruction *, bool, 8> LhsDeps, RhsDeps; in shouldKeepJumpConditionsTogether() local
2557 collectInstructionDeps(&LhsDeps, Lhs); in shouldKeepJumpConditionsTogether()
2561 if (!collectInstructionDeps(&RhsDeps, Rhs, &LhsDeps)) in shouldKeepJumpConditionsTogether()
2565 if (!LhsDeps.contains(RhsI)) in shouldKeepJumpConditionsTogether()