reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2753 if (!BestUnswitchTI || CandidateCost < BestUnswitchCost) { 2754 BestUnswitchTI = &TI; 2759 assert(BestUnswitchTI && "Failed to find loop unswitch candidate"); 2768 if (isGuard(BestUnswitchTI)) 2769 BestUnswitchTI = turnGuardIntoBranch(cast<IntrinsicInst>(BestUnswitchTI), L, 2769 BestUnswitchTI = turnGuardIntoBranch(cast<IntrinsicInst>(BestUnswitchTI), L, 2773 << BestUnswitchCost << ") terminator: " << *BestUnswitchTI 2775 unswitchNontrivialInvariants(L, *BestUnswitchTI, BestUnswitchInvariants,