Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp706 static PHINode *findInnerReductionPhi(Loop *L, Value *V) { in findInnerReductionPhi() function
752 PHINode *InnerRedPhi = findInnerReductionPhi(InnerLoop, V); in findInductionAndReductions()