Searched refs:PHIsToDemote (Results 1 – 2 of 2) sorted by relevance
334 SmallPtrSet<PHINode *, 8> PHIsToDemote; in lowerAcrossUnwindEdges() local336 PHIsToDemote.insert(cast<PHINode>(PN)); in lowerAcrossUnwindEdges()337 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()341 for (PHINode *PN : PHIsToDemote) in lowerAcrossUnwindEdges()
324 SmallPtrSet<PHINode *, 8> PHIsToDemote; in lowerAcrossUnwindEdges() local326 PHIsToDemote.insert(cast<PHINode>(PN)); in lowerAcrossUnwindEdges()327 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()331 for (PHINode *PN : PHIsToDemote) in lowerAcrossUnwindEdges()