Searched refs:RangePair (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DFilter.cc120 RangePair *rp = items->fetch (i);
170 RangePair *rp = items->fetch (i);
202 Vector<RangePair *> *olditems = items;
209 items = new Vector<RangePair *>(0);
302 RangePair *rp = items->get (i);
316 RangePair *rp = items->get (0);
377 RangePair *rp;
378 Vec_loop (RangePair *, items, index, rp)
400 RangePair *rp;
406 items = new Vector<RangePair *>(
[all...]
H A DFilter.h84 } RangePair; typedef in class:FilterNumeric
96 Vector<RangePair *> *items; // sorted array of items
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFilter.cc120 RangePair *rp = items->fetch (i);
170 RangePair *rp = items->fetch (i);
202 Vector<RangePair *> *olditems = items;
209 items = new Vector<RangePair *>(0);
302 RangePair *rp = items->get (i);
316 RangePair *rp = items->get (0);
377 RangePair *rp;
378 Vec_loop (RangePair *, items, index, rp)
400 RangePair *rp;
406 items = new Vector<RangePair *>(
[all...]
H A DFilter.h84 } RangePair; typedef in class:FilterNumeric
96 Vector<RangePair *> *items; // sorted array of items
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dcxx03_test.cc31 BENCHMARK(BM_old_arg_range_interface)->ArgPair(1, 2)->RangePair(5, 5, 6, 6);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dcxx03_test.cc31 BENCHMARK(BM_old_arg_range_interface)->ArgPair(1, 2)->RangePair(5, 5, 6, 6);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseMultiSet.h315 using RangePair = std::pair<iterator, iterator>;
411 RangePair equal_range(const KeyT &K) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp557 auto RangePair = std::equal_range(Itr->second.begin(), Itr->second.end(), local
560 if (RangePair.first != RangePair.second) {
568 for (const auto &OVal : make_range(RangePair)) {
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h834 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { function in class:benchmark::internal::internal::Benchmark
1105 BENCHMARK(n)->RangePair({{(l1), (h1)}, {(l2), (h2)}})
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h799 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { function in class:benchmark::internal::Benchmark
1068 BENCHMARK(n)->RangePair({{(l1), (h1)}, {(l2), (h2)}})
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp352 Reg2SUnitsMap::RangePair P = Defs.equal_range(Reg);

Completed in 110 milliseconds