Searched refs:LCSSAPhi (Results 1 – 2 of 2) sorted by relevance
366 PHINode *LCSSAPhi = in splitLoopBound() local368 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()371 LCSSAPhi->addIncoming( in splitLoopBound()377 PostLoopPN->setIncomingValueForBlock(PostLoopPreHeader, LCSSAPhi); in splitLoopBound()388 ExitingCondLCSSAPhi = LCSSAPhi; in splitLoopBound()440 PHINode *LCSSAPhi = in splitLoopBound() local442 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()443 LCSSAPhi->addIncoming(IncomingValue, PN.getIncomingBlock(i)); in splitLoopBound()448 PN.setIncomingValue(i, LCSSAPhi); in splitLoopBound()
1703 auto *LCSSAPhi = cast<PHINode>(User); in widenWithVariantUse() local1706 if (LCSSAPhi->getNumOperands() != 1) in widenWithVariantUse()1708 LCSSAPhiUsers.push_back(LCSSAPhi); in widenWithVariantUse()