Searched refs:IncomingEdgeBlockIdx (Results 1 – 1 of 1) sorted by relevance
7260 int IncomingEdgeBlockIdx = in createAndCollectMergePhiForReduction() local7262 assert(IncomingEdgeBlockIdx >= 0 && "Invalid block index"); in createAndCollectMergePhiForReduction()7264 int SelfEdgeBlockIdx = (IncomingEdgeBlockIdx ? 0 : 1); in createAndCollectMergePhiForReduction()7267 OrigPhi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in createAndCollectMergePhiForReduction()