Home | History | Annotate | Download | only in Utils

Lines Matching defs:Dest

948       AllocaInst *Dest = dyn_cast<AllocaInst>(SI->getPointerOperand());
949 if (!Dest)
952 DenseMap<AllocaInst *, unsigned>::iterator ai = AllocaLookup.find(Dest);