Home
last modified time | relevance | path

Searched refs:FindAndConstruct (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DValueMap.h154 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
155 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
DDenseMap.h226 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
235 return FindAndConstruct(Key).second;
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h128 BBMap.FindAndConstruct(Pred); in BuildBlockList()