Searched refs:IncPhi (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp145 else if (PHINode *IncPhi = dyn_cast<PHINode>(Input)) {
147 if (IncPhi->getParent() != L->getHeader())
152 IncPhi, L, BackEdge, IterationsToInvariance);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp694 MemoryPhi *IncPhi = cast<MemoryPhi>(IncomingAccess);
695 if (MemoryAccess *NewDefPhi = MPhiMap.lookup(IncPhi))
698 NewPhi->addIncoming(IncPhi, IncBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2312 Value *IncPhi = Phi->getIncomingValueForBlock(LatchBlock); local
2314 !isLoopExitTestBasedOn(IncPhi, ExitingBB))

Completed in 125 milliseconds