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

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

Completed in 69 milliseconds