Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp345 SmallPtrSet<PHINode *, 8> PHIsToDemote; in lowerAcrossUnwindEdges() local
347 PHIsToDemote.insert(cast<PHINode>(PN)); in lowerAcrossUnwindEdges()
348 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()
352 for (PHINode *PN : PHIsToDemote) in lowerAcrossUnwindEdges()