Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2558 SmallMapVector<const Instruction *, bool, 8> LhsDeps, RhsDeps; in shouldKeepJumpConditionsTogether() local
2563 if (!collectInstructionDeps(&RhsDeps, Rhs, &LhsDeps)) in shouldKeepJumpConditionsTogether()
2568 RhsDeps.try_emplace(RhsI, false); in shouldKeepJumpConditionsTogether()
2578 auto ShouldCountInsn = [&RhsDeps, &BrCond](const Instruction *Ins) { in shouldKeepJumpConditionsTogether()
2582 if (UIns != BrCond && !RhsDeps.contains(UIns)) in shouldKeepJumpConditionsTogether()
2597 for (const auto &InsPair : RhsDeps) { in shouldKeepJumpConditionsTogether()
2605 RhsDeps.erase(ToDrop); in shouldKeepJumpConditionsTogether()
2608 for (const auto &InsPair : RhsDeps) { in shouldKeepJumpConditionsTogether()