Home
last modified time | relevance | path

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

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