Lines Matching full:allocalookup
287 DenseMap<AllocaInst *, unsigned> AllocaLookup;
681 AllocaLookup[Allocas[AllocaNum]] = AllocaNum;
1096 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src);
1097 if (AI == AllocaLookup.end())
1114 DenseMap<AllocaInst *, unsigned>::iterator ai = AllocaLookup.find(Dest);
1115 if (ai == AllocaLookup.end())