Searched refs:AllocaShadowMap (Results 1 – 1 of 1) sorted by relevance
293 DenseMap<AllocaInst *, AllocaInst *> AllocaShadowMap; member1053 AllocaShadowMap.find(AI); in loadShadow()1054 if (i != AllocaShadowMap.end()) { in loadShadow()1195 AllocaShadowMap.find(AI); in storeShadow()1196 if (i != AllocaShadowMap.end()) { in storeShadow()1315 DFSF.AllocaShadowMap[&I] = IRB.CreateAlloca(DFSF.DFS.ShadowTy); in visitAllocaInst()