HomeSort by relevance Sort by last modified time
    Searched refs:callees (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/swiftshader/src/OpenGL/compiler/
AnalyzeCallDepth.cpp 47 for(size_t i = 0; i < callees.size(); i++)
49 if(callees[i] == callee)
55 callees.push_back(callee);
66 for(size_t i = 0; i < callees.size(); i++)
69 switch(callees[i]->visit)
75 calleeDepth = callees[i]->getLastDepth();
78 calleeDepth = callees[i]->analyzeCallDepth(analyzeCallDepth);
81 UNREACHABLE(callees[i]->visit);
AnalyzeCallDepth.h 50 TVector<FunctionNode*> callees; member in class:AnalyzeCallDepth::FunctionNode
  /external/mesa3d/src/compiler/glsl/
ir_function_detect_recursion.cpp 34 * repeatedly reduced by removing any function that either has no callees
149 exec_list callees; member in class:__anon29185::function
214 this->current->callees.push_tail(node);
255 if (f->callers.is_empty() || f->callees.is_empty()) {
258 destroy_links(& n->func->callees, f);
261 while (!f->callees.is_empty()) {
262 struct call_node *n = (struct call_node *) f->callees.pop_head();
  /external/tensorflow/tensorflow/compiler/xla/service/
call_inliner.cc 128 const auto& callees = call->called_computations(); local
129 TF_RET_CHECK(callees.size() == 1);
130 HloComputation* callee = callees[0];
139 // Because call graph nodes are visited in post-order (callees before callers)
call_graph_test.cc 106 EXPECT_TRUE(node.callees().empty());
150 EXPECT_EQ(1, entry_node.callees().size());
158 EXPECT_TRUE(map_node.callees().empty());
183 EXPECT_EQ(1, entry_node.callees().size());
191 EXPECT_TRUE(called_node.callees().empty());
278 EXPECT_TRUE(true_node.callees().empty());
283 EXPECT_TRUE(false_node.callees().empty());
call_graph.h 111 const std::vector<HloComputation*>& callees() const { return callees_; } function in class:xla::CallGraphNode
186 // in post order (callees before callers). If visit_unreachable_nodes is true
call_graph.cc 285 for (const HloComputation* computation : node.callees()) {
361 for (const HloComputation* callee : node.callees()) {
  /external/v8/tools/gcmole/
gcmole.cc 166 CalleesSet* callees = callgraph_[name]; local
168 if (callees == NULL) {
169 callgraph_[name] = callees = new CalleesSet();
172 scopes_.push(callees);
189 CalleesSet* callees = i->second; local
190 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end();
    [all...]
gcmole.lua 425 cfg:extend { plugin = "dump-callees" },
  /external/v8/tools/
profile_view.js 92 * profile they can be either callees or callers.)
154 * profile they can be either callees or callers.)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 57 Nowritebarrierrec // error on write barrier in this or recursive callees
58 Yeswritebarrierrec // cancels Nowritebarrierrec in this function and callees
dwinl.go 277 // calls C calls D" and all three callees are inlined (B, C, and D),
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 57 Nowritebarrierrec // error on write barrier in this or recursive callees
58 Yeswritebarrierrec // cancels Nowritebarrierrec in this function and callees
dwinl.go 277 // calls C calls D" and all three callees are inlined (B, C, and D),
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 203 Each function decl has assigned cgraph_node listing callees and callers. */
207 struct cgraph_edge *callees; variable in typeref:struct:cgraph_edge
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha7/
perflib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha9/
perflib-25.0.0-alpha9.jar 

Completed in 865 milliseconds

1 2 3 4