Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp695 static Value *followLCSSA(Value *SV) { in followLCSSA() function
702 return followLCSSA(PHI->getIncomingValue(0)); in followLCSSA()
751 Value *V = followLCSSA(PHI.getIncomingValueForBlock(L->getLoopLatch())); in findInductionAndReductions()
1464 auto IncIInnerMost = cast<Instruction>(followLCSSA(IncI)); in moveLCSSAPhis()