Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4465 int IncomingEdgeBlockIdx = in fixReduction() local
4467 assert(IncomingEdgeBlockIdx >= 0 && "Invalid block index"); in fixReduction()
4469 int SelfEdgeBlockIdx = (IncomingEdgeBlockIdx ? 0 : 1); in fixReduction()
4471 OrigPhi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in fixReduction()