/external/llvm/test/tools/llvm-profdata/ |
D | overflow-sample.test | 12 SHOW_OVERFLOW-NEXT: No inlined callsites in this function 17 SHOW_OVERFLOW-NEXT: No inlined callsites in this function 22 SHOW_OVERFLOW-NEXT: No inlined callsites in this function 33 SHOW_NO_OVERFLOW-NEXT: No inlined callsites in this function 38 SHOW_NO_OVERFLOW-NEXT: No inlined callsites in this function 43 SHOW_NO_OVERFLOW-NEXT: No inlined callsites in this function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | overflow-sample.test | 12 SHOW_OVERFLOW-DAG: No inlined callsites in this function 17 SHOW_OVERFLOW-DAG: No inlined callsites in this function 22 SHOW_OVERFLOW-DAG: No inlined callsites in this function 33 SHOW_NO_OVERFLOW-DAG: No inlined callsites in this function 38 SHOW_NO_OVERFLOW-DAG: No inlined callsites in this function 43 SHOW_NO_OVERFLOW-DAG: No inlined callsites in this function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph_test.cc | 50 HloComputation* map_computation, int64 callsites) { in MakeMappingComputation() argument 55 for (int64 i = 0; i < callsites; ++i) { in MakeMappingComputation() 65 HloComputation* callee_computation, int64 callsites, in MakeCallingComputation() argument 71 for (int64 i = 0; i < callsites; ++i) { in MakeCallingComputation() 107 EXPECT_TRUE(node.callsites().empty()); in TEST_F() 154 EXPECT_EQ(5, entry_node.callsites().size()); in TEST_F() 163 EXPECT_TRUE(map_node.callsites().empty()); in TEST_F() 188 EXPECT_EQ(3, entry_node.callsites().size()); in TEST_F() 196 EXPECT_TRUE(called_node.callsites().empty()); in TEST_F() 226 EXPECT_EQ(2, entry_node.callsites().size()); in TEST_F() [all …]
|
D | flatten_call_graph_test.cc | 48 HloComputation* map_computation, int64 callsites) { in MakeMappingComputation() argument 53 for (int64 i = 0; i < callsites; ++i) { in MakeMappingComputation() 63 HloComputation* callee_computation, int64 callsites, in MakeCallingComputation() argument 69 for (int64 i = 0; i < callsites; ++i) { in MakeCallingComputation()
|
D | call_graph.cc | 209 for (const CallSite& callsite : node->callsites()) { in SetCallContexts() 301 call_graph->GetNode(computation).callsites()) { in Build() 442 for (const CallSite& callsite : node.callsites()) { in ToString()
|
D | call_graph.h | 102 const std::vector<CallSite>& callsites() const { return callsites_; } in callsites() function
|
/external/perfetto/src/trace_processor/ |
D | heap_profile_tracker_unittest.cc | 189 const auto& callsites = storage.heap_profile_callsites(); in FindCallstack() local 190 for (size_t i = 0; i < callsites.frame_depths().size(); ++i) { in FindCallstack() 191 if (callsites.frame_depths()[i] == depth && in FindCallstack() 192 callsites.parent_callsite_ids()[i] == parent && in FindCallstack() 193 callsites.frame_ids()[i] == frame_id) { in FindCallstack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ |
D | section-samplepgo.ll | 14 ; The sum of 2 callsites are hot 22 ; The sum of all callsites are neither hot or cold
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer.h | 162 ProcessState(GlobalCallstackTrie* callsites) : heap_tracker(callsites) {} in ProcessState()
|
D | bookkeeping.h | 265 explicit HeapTracker(GlobalCallstackTrie* callsites) in HeapTracker() argument 266 : callsites_(callsites) {} in HeapTracker()
|
D | unwinding_unittest.cc | 130 GlobalCallstackTrie callsites; in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | statepoint-attrs.ll | 3 ; Ensure statepoints copy (valid) attributes from callsites.
|
D | unreachable-regression.ll | 11 ; callsites. Such stale pointers caused crash when accessed.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | function-count-update-2.ll | 4 ; has been inlined into a two callsites.
|
D | last-call-no-bonus.ll | 1 ; This code is virtually identical to last-call-bonus.ll, but the callsites
|
D | function-count-update.ll | 4 ; they have been inlined into two back-to-back callsites in a single basic block
|
D | last-call-bonus.ll | 9 ; callsites big enough, loop unrolling pass with very high threshold is used to
|
/external/llvm/test/CodeGen/X86/ |
D | deopt-intrinsic-cconv.ll | 27 ; STACKMAPS: Stack Maps: callsites:
|
D | deopt-intrinsic.ll | 42 ; STACKMAPS: Stack Maps: callsites:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | deopt-intrinsic-cconv.ll | 27 ; STACKMAPS: Stack Maps: callsites:
|
D | deopt-intrinsic.ll | 40 ; STACKMAPS: Stack Maps: callsites:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/ |
D | pr36883.ll | 4 ; We weren't properly considering the args in callsites in equality or hashing.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/ |
D | hotness_based_import.ll | 25 ; This one tests if we decay threshold for hot callsites. With hot-evolution-factor of 0 39 ; Test import with hot multiplier 1.0 - treat hot callsites as normal.
|
/external/v8/tools/gcmole/ |
D | README | 57 callsites that might be GC-unsafe based on the list of functions causing GC.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | live-debug-variables.ll | 5 ; register spans all of the inlined callsites, extending beyond the lexical
|