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