Home
last modified time | relevance | path

Searched refs:mapEntry (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringSet.h46 insert(const StringMapEntry<ValueTy> &mapEntry) { in insert() argument
47 return insert(mapEntry.getKey()); in insert()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp719 map.remove_if([&](std::pair<ValueType, SUList> &mapEntry) { in insertBarrierChain() argument
720 return (mapEntry.second.empty()); }); in insertBarrierChain()