Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3650 int IncomingEdgeBlockIdx = in fixReduction() local
3652 assert(IncomingEdgeBlockIdx >= 0 && "Invalid block index"); in fixReduction()
3654 int SelfEdgeBlockIdx = (IncomingEdgeBlockIdx ? 0 : 1); in fixReduction()
3656 Phi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in fixReduction()