Home
last modified time | relevance | path

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

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