Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2566 if (const auto *RhsI = dyn_cast<Instruction>(Rhs)) in shouldKeepJumpConditionsTogether() local
2567 if (!LhsDeps.contains(RhsI)) in shouldKeepJumpConditionsTogether()
2568 RhsDeps.try_emplace(RhsI, false); in shouldKeepJumpConditionsTogether()