Searched refs:IncomingEdgeBlockIdx (Results 1 – 1 of 1) sorted by relevance
3650 int IncomingEdgeBlockIdx = in fixReduction() local3652 assert(IncomingEdgeBlockIdx >= 0 && "Invalid block index"); in fixReduction()3654 int SelfEdgeBlockIdx = (IncomingEdgeBlockIdx ? 0 : 1); in fixReduction()3656 Phi->setIncomingValue(IncomingEdgeBlockIdx, LoopExitInst); in fixReduction()