Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp360 SmallPtrSet<PHINode *, 8> PHIsToDemote; in lowerAcrossUnwindEdges() local
362 PHIsToDemote.insert(cast<PHINode>(PN)); in lowerAcrossUnwindEdges()
363 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()
367 for (PHINode *PN : PHIsToDemote) in lowerAcrossUnwindEdges()