Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp353 SmallPtrSet<PHINode *, 8> PHIsToDemote; in lowerAcrossUnwindEdges() local
355 PHIsToDemote.insert(cast<PHINode>(PN)); in lowerAcrossUnwindEdges()
356 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()
360 for (PHINode *PN : PHIsToDemote) in lowerAcrossUnwindEdges()