Home
last modified time | relevance | path

Searched defs:MapT (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h88 using MapT = DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH>>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h45 using MapT = IntervalMap<IndexT, char>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1036 using MapT = std::map<LineColPair, std::vector<const FunctionRecord *>>; global() typedef in __anon95b13a6f0a11::FunctionInstantiationSetCollector