Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp734 static PHINode *findInnerReductionPhi(Loop *L, Value *V) { in findInnerReductionPhi() function
777 PHINode *InnerRedPhi = findInnerReductionPhi(InnerLoop, V); in findInductionAndReductions()