Home
last modified time | relevance | path

Searched refs:IndPhi (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1317 PHINode *IndPhi = dyn_cast<PHINode>(Inst); in rewriteLoopExitValues() local
1318 if (IndPhi) { in rewriteLoopExitValues()
1319 if (!checkIsIndPhi(IndPhi, L, SE, ID)) in rewriteLoopExitValues()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10516 PHINode *IndPhi = nullptr; in processLoop() local
10519 IndPhi = cast<PHINode>(Ind->getUnderlyingValue()); in processLoop()
10523 IndPhi = WidenInd->getPHINode(); in processLoop()
10528 IndPhi, *ID, {EPI.MainLoopIterationCountCheck}); in processLoop()