Searched defs:AllocaShadowMap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp293 DenseMap<AllocaInst *, AllocaInst *> AllocaShadowMap; member in struct:__anon12882::DFSanFunction
1058 AllocaShadowMap.find(AI);
1059 if (i != AllocaShadowMap.end()) {
1201 AllocaShadowMap.find(AI);
1202 if (i != AllocaShadowMap.end()) {
1321 DFSF.AllocaShadowMap[&I] = IRB.CreateAlloca(DFSF.DFS.ShadowTy);

Completed in 38 milliseconds