Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h315 using RangePair = std::pair<iterator, iterator>; variable
411 RangePair equal_range(const KeyT &K) { in equal_range()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4126 auto RangePair = std::equal_range(DebugPHINumToValue.begin(), in resolveDbgPHIsImpl() local
4128 auto LowerIt = RangePair.first; in resolveDbgPHIsImpl()
4129 auto UpperIt = RangePair.second; in resolveDbgPHIsImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp359 RegUnit2SUnitsMap::RangePair P = Defs.equal_range(Unit); in addPhysRegDeps()