Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2597 for (const auto &InsPair : RhsDeps) { in shouldKeepJumpConditionsTogether() local
2598 if (!ShouldCountInsn(InsPair.first)) { in shouldKeepJumpConditionsTogether()
2599 ToDrop = InsPair.first; in shouldKeepJumpConditionsTogether()
2608 for (const auto &InsPair : RhsDeps) { in shouldKeepJumpConditionsTogether() local
2614 TTI.getInstructionCost(InsPair.first, TargetTransformInfo::TCK_Latency); in shouldKeepJumpConditionsTogether()