Searched refs:IndPhi (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 136 PHINode *IndPhi, Value *MaxLen, Instruction *Index, 840 PHINode *IndPhi, Value *MaxLen, in transformByteCompare() argument 862 assert(IndPhi->hasOneUse() && "Index phi node has more than one use!"); in transformByteCompare()
|
H A D | LoopVectorize.cpp | 10033 PHINode *IndPhi = nullptr; in processLoop() local 10036 IndPhi = cast<PHINode>(Ind->getUnderlyingValue()); in processLoop() 10040 IndPhi = WidenInd->getPHINode(); in processLoop() 10045 IndPhi, *ID, getExpandedStep(*ID, ExpandedSCEVs), in processLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1547 PHINode *IndPhi = dyn_cast<PHINode>(Inst); in rewriteLoopExitValues() local 1548 if (IndPhi) { in rewriteLoopExitValues() 1549 if (!checkIsIndPhi(IndPhi, L, SE, ID)) in rewriteLoopExitValues()
|