Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:PHINode

209                II = UnwindDest->begin(); isa<PHINode>(II); ++II) {
210 PHINode *PN = cast<PHINode>(II);
2874 PHINode *PN = PHINode::Create(Ty, (Record.size()-1)/2);