Searched refs:LCSSAPhi (Results 1 – 2 of 2) sorted by relevance
367 PHINode *LCSSAPhi = in splitLoopBound() local369 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()372 LCSSAPhi->addIncoming( in splitLoopBound()378 PostLoopPN->setIncomingValueForBlock(PostLoopPreHeader, LCSSAPhi); in splitLoopBound()389 ExitingCondLCSSAPhi = LCSSAPhi; in splitLoopBound()441 PHINode *LCSSAPhi = in splitLoopBound() local443 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()444 LCSSAPhi->addIncoming(IncomingValue, PN.getIncomingBlock(i)); in splitLoopBound()449 PN.setIncomingValue(i, LCSSAPhi); in splitLoopBound()
1696 auto *LCSSAPhi = cast<PHINode>(User); in widenWithVariantUse() local1699 if (LCSSAPhi->getNumOperands() != 1) in widenWithVariantUse()1701 LCSSAPhiUsers.push_back(LCSSAPhi); in widenWithVariantUse()