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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp484 bool has(Value *Key) const { return MapStorage.count(Key); }
490 VectorParts &Entry = MapStorage[Key];
497 VectorParts &Entry = MapStorage[Key];
511 std::map<Value *, VectorParts> MapStorage; member in struct:__anon14813::InnerLoopVectorizer::ValueMap

Completed in 172 milliseconds