Home
last modified time | relevance | path

Searched refs:ArgPair (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/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-src/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-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp734 DenseMap<unsigned, unsigned>::iterator ArgPair; in replaceCalledFunction() local
770 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
771 if (ArgPair != Region.AggArgToExtracted.end()) { in replaceCalledFunction()
772 Value *ArgumentValue = Call->getArgOperand(ArgPair->second); in replaceCalledFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h777 Benchmark* ArgPair(int64_t x, int64_t y) { in ArgPair() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h812 Benchmark* ArgPair(int64_t x, int64_t y) { in ArgPair() function