Searched refs:IndPhi (Results 1 – 2 of 2) sorted by relevance
1317 PHINode *IndPhi = dyn_cast<PHINode>(Inst); in rewriteLoopExitValues() local1318 if (IndPhi) { in rewriteLoopExitValues()1319 if (!checkIsIndPhi(IndPhi, L, SE, ID)) in rewriteLoopExitValues()
10516 PHINode *IndPhi = nullptr; in processLoop() local10519 IndPhi = cast<PHINode>(Ind->getUnderlyingValue()); in processLoop()10523 IndPhi = WidenInd->getPHINode(); in processLoop()10528 IndPhi, *ID, {EPI.MainLoopIterationCountCheck}); in processLoop()