Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4497 int IncomingEdgeBlockIdx = in fixReduction() local
4499 assert(IncomingEdgeBlockIdx >= 0 && "Invalid block index"); in fixReduction()
4501 int SelfEdgeBlockIdx = (IncomingEdgeBlockIdx ? 0 : 1); in fixReduction()
4503 OrigPhi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in fixReduction()