Searched refs:VDef (Results 1 – 2 of 2) sorted by relevance
685 VarDefinition *VDef = &VarDefinitions[i1]; in intersectBackEdge() local686 assert(VDef->isReference()); in intersectBackEdge()690 VDef->Ref = 0; // Mark this variable as undefined in intersectBackEdge()
4029 if (const VarDecl *VDef = VD->getDefinition(Info.Ctx)) in findCompleteObject() local4030 VD = VDef; in findCompleteObject()