Home
last modified time | relevance | path

Searched refs:callsites (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/test/tools/llvm-profdata/
Doverflow-sample.test12 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/
Doverflow-sample.test12 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/
Dcall_graph_test.cc50 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 …]
Dflatten_call_graph_test.cc48 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()
Dcall_graph.cc209 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()
Dcall_graph.h102 const std::vector<CallSite>& callsites() const { return callsites_; } in callsites() function
/external/perfetto/src/trace_processor/
Dheap_profile_tracker_unittest.cc189 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/
Dsection-samplepgo.ll14 ; The sum of 2 callsites are hot
22 ; The sum of all callsites are neither hot or cold
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h162 ProcessState(GlobalCallstackTrie* callsites) : heap_tracker(callsites) {} in ProcessState()
Dbookkeeping.h265 explicit HeapTracker(GlobalCallstackTrie* callsites) in HeapTracker() argument
266 : callsites_(callsites) {} in HeapTracker()
Dunwinding_unittest.cc130 GlobalCallstackTrie callsites; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Dstatepoint-attrs.ll3 ; Ensure statepoints copy (valid) attributes from callsites.
Dunreachable-regression.ll11 ; callsites. Such stale pointers caused crash when accessed.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dfunction-count-update-2.ll4 ; has been inlined into a two callsites.
Dlast-call-no-bonus.ll1 ; This code is virtually identical to last-call-bonus.ll, but the callsites
Dfunction-count-update.ll4 ; they have been inlined into two back-to-back callsites in a single basic block
Dlast-call-bonus.ll9 ; callsites big enough, loop unrolling pass with very high threshold is used to
/external/llvm/test/CodeGen/X86/
Ddeopt-intrinsic-cconv.ll27 ; STACKMAPS: Stack Maps: callsites:
Ddeopt-intrinsic.ll42 ; STACKMAPS: Stack Maps: callsites:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddeopt-intrinsic-cconv.ll27 ; STACKMAPS: Stack Maps: callsites:
Ddeopt-intrinsic.ll40 ; STACKMAPS: Stack Maps: callsites:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dpr36883.ll4 ; We weren't properly considering the args in callsites in equality or hashing.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dhotness_based_import.ll25 ; 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/
DREADME57 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/
Dlive-debug-variables.ll5 ; register spans all of the inlined callsites, extending beyond the lexical

12