Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp334 SmallPtrSet<PHINode *, 8> PHIsToDemote; in lowerAcrossUnwindEdges() local
336 PHIsToDemote.insert(cast<PHINode>(PN)); in lowerAcrossUnwindEdges()
337 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()
341 for (PHINode *PN : PHIsToDemote) in lowerAcrossUnwindEdges()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp324 SmallPtrSet<PHINode *, 8> PHIsToDemote; in lowerAcrossUnwindEdges() local
326 PHIsToDemote.insert(cast<PHINode>(PN)); in lowerAcrossUnwindEdges()
327 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()
331 for (PHINode *PN : PHIsToDemote) in lowerAcrossUnwindEdges()