Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp711 static PHINode *findInnerReductionPhi(Loop *L, Value *V) { in findInnerReductionPhi() function
758 PHINode *InnerRedPhi = findInnerReductionPhi(InnerLoop, V); in findInductionAndReductions()