Searched refs:AllocaForValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp550 AllocaForValueMapTy AllocaForValue; member in struct:__anon10982::FunctionStackPoisoner
1940 AllocaForValueMapTy::iterator I = AllocaForValue.find(V);
1941 if (I != AllocaForValue.end()) return I->second;
1944 AllocaForValue[V] = nullptr;
1960 if (Res) AllocaForValue[V] = Res;

Completed in 145 milliseconds