Searched refs:ArgPair (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | cxx03_test.cc | 31 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 D | cxx03_test.cc | 31 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 D | IROutliner.cpp | 734 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 D | benchmark.h | 777 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 D | benchmark.h | 812 Benchmark* ArgPair(int64_t x, int64_t y) { in ArgPair() function
|