HomeSort by relevance Sort by last modified time
    Searched refs:FindAndConstruct (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
ValueMap.h 162 value_type& FindAndConstruct(const KeyT &Key) {
163 return Map.FindAndConstruct(Wrap(Key));
  /external/llvm/include/llvm/ADT/
DenseMap.h 208 value_type& FindAndConstruct(const KeyT &Key) {
217 return FindAndConstruct(Key).second;
220 value_type& FindAndConstruct(KeyT &&Key) {
229 return FindAndConstruct(std::move(Key)).second;
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 130 BBMap.FindAndConstruct(Pred);

Completed in 202 milliseconds