Home
last modified time | relevance | path

Searched refs:callees (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp30 for(size_t i = 0; i < callees.size(); i++) in addCallee()
32 if(callees[i] == callee) in addCallee()
38 callees.push_back(callee); in addCallee()
49 for(size_t i = 0; i < callees.size(); i++) in analyzeCallDepth()
52 switch(callees[i]->visit) in analyzeCallDepth()
58 calleeDepth = callees[i]->getLastDepth(); in analyzeCallDepth()
61 calleeDepth = callees[i]->analyzeCallDepth(analyzeCallDepth); in analyzeCallDepth()
64 UNREACHABLE(callees[i]->visit); in analyzeCallDepth()
DAnalyzeCallDepth.h49 TVector<FunctionNode*> callees; variable
/external/mesa3d/src/glsl/
Dir_function_detect_recursion.cpp165 exec_list callees; member in function
227 this->current->callees.push_tail(node); in visit_enter()
268 if (f->callers.is_empty() || f->callees.is_empty()) { in remove_unlinked_functions()
271 destroy_links(& n->func->callees, f); in remove_unlinked_functions()
274 while (!f->callees.is_empty()) { in remove_unlinked_functions()
275 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
/external/v8/tools/gcmole/
Dgcmole.cc166 CalleesSet* callees = callgraph_[name]; in EnterScope() local
168 if (callees == NULL) { in EnterScope()
169 callgraph_[name] = callees = new CalleesSet(); in EnterScope()
172 scopes_.push(callees); in EnterScope()
189 CalleesSet* callees = i->second; in PrintCallGraph() local
190 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end(); in PrintCallGraph()
/external/llvm/test/tools/llvm-profdata/
Dinline-samples.test8 inlined callees.
Dgcc-gcov-sample-profile.test9 inlined callees.
/external/clang/docs/
DSanitizerCoverage.rst226 pairs of lines (odd lines are callers, even lines are callees)
237 * Only the first 14 callees for every caller are recorded, the rest are silently
/external/llvm/docs/
DTypeMetadata.rst11 callees for a given virtual call.
DPasses.rst596 Bottom-up inlining of functions into callees.
1080 #. If it can prove that callees do not access theier caller stack frame, they
DWritingAnLLVMPass.rst370 passes that need to traverse the program bottom-up on the call graph (callees
384 in the current SCC and the direct callers and direct callees of the SCC.
DCodeGenerator.rst2368 to spill registers r3-r10. This allows callees blind to the call signature,
DLangRef.rst304 support varargs and requires the prototype of all callees to exactly
312 prototype of all callees to exactly match the prototype of the
5496 "normal" label. If the callee (or any indirect callees) returns via the
/external/llvm/lib/Target/ARM/
DARM.td212 // "normal" call instructions to callees which do not return.
/external/curl/
DCHANGES.03484 - Make Curl_write and it's callees accept a const pointer, in preparation
/external/strace/
DChangeLog27885 recent kernels. IOW: syscall_fixup_for_fork_exec() and its callees
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...