Home
last modified time | relevance | path

Searched defs:callees (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.h50 TVector<FunctionNode*> callees; variable
/external/llvm-project/clang/include/clang/Analysis/
DCallGraph.h183 llvm::iterator_range<iterator> callees() { in callees() function
186 llvm::iterator_range<const_iterator> callees() const { in callees() function
/external/angle/src/compiler/translator/
DCallDAG.h45 std::vector<int> callees; member
DCallDAG.cpp93 std::set<CreatorFunctionData *> callees; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_inliner.cc127 const auto& callees = call->called_computations(); in Inline() local
Dcall_graph.h111 const std::vector<HloComputation*>& callees() const { return callees_; } in callees() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dcall_graph.cpp142 const auto& callees = call_graph_edges_[function_id]; in ComputeInterproceduralFunctionCallDepths() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dcall_graph.cpp142 const auto& callees = call_graph_edges_[function_id]; in ComputeInterproceduralFunctionCallDepths() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dcall_graph.cpp142 const auto& callees = call_graph_edges_[function_id]; in ComputeInterproceduralFunctionCallDepths() local
/external/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp148 exec_list callees; member in __anon7242f9480111::function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_device_inference.cc249 ArrayRef<FuncOp> callees, const PerFunctionResult& caller_res) { in runOnOperation()