Searched refs:VDef (Results 1 – 4 of 4) sorted by relevance
638 VarDefinition *VDef = &VarDefinitions[i1]; in intersectBackEdge() local639 assert(VDef->isReference()); in intersectBackEdge()643 VDef->Ref = 0; // Mark this variable as undefined in intersectBackEdge()
680 VarDefinition *VDef = &VarDefinitions[i1]; in intersectBackEdge() local681 assert(VDef->isReference()); in intersectBackEdge()685 VDef->Ref = 0; // Mark this variable as undefined in intersectBackEdge()
2733 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local2734 VD = VDef; in findCompleteObject()
4024 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local4025 VD = VDef; in findCompleteObject()