Searched refs:InsPair (Results 1 – 1 of 1) sorted by relevance
2597 for (const auto &InsPair : RhsDeps) { in shouldKeepJumpConditionsTogether() local2598 if (!ShouldCountInsn(InsPair.first)) { in shouldKeepJumpConditionsTogether()2599 ToDrop = InsPair.first; in shouldKeepJumpConditionsTogether()2608 for (const auto &InsPair : RhsDeps) { in shouldKeepJumpConditionsTogether() local2614 TTI.getInstructionCost(InsPair.first, TargetTransformInfo::TCK_Latency); in shouldKeepJumpConditionsTogether()