Searched refs:ProtoType (Results 1 – 3 of 3) sorted by relevance
39 : AV(0), ProtoType(0), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()52 ProtoType = Ty; in Initialize()65 assert(ProtoType != 0 && "Need to initialize SSAUpdater"); in AddAvailableValue()66 assert(ProtoType == V->getType() && in AddAvailableValue()159 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()179 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()294 return UndefValue::get(Updater->ProtoType); in GetUndefVal()301 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
42 Type *ProtoType; variable
1292 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local1298 ParseObjCInterfaceDeclList(ProtoType, tok::objc_protocol); in ParseObjCAtProtocolDeclaration()1299 return ProtoType; in ParseObjCAtProtocolDeclaration()