Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7527 int IncomingEdgeBlockIdx = in createAndCollectMergePhiForReduction() local
7529 assert(IncomingEdgeBlockIdx >= 0 && "Invalid block index"); in createAndCollectMergePhiForReduction()
7531 int SelfEdgeBlockIdx = (IncomingEdgeBlockIdx ? 0 : 1); in createAndCollectMergePhiForReduction()
7534 OrigPhi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in createAndCollectMergePhiForReduction()