Home
last modified time | relevance | path

Searched defs:scc (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dscc.h74 const SCC* scc; // if null it means its still on the stack member
117 SCC* scc = CreateSCC(); in DFS() local
140 void AddChildren(SCC* scc) { in AddChildren()
/external/grpc-grpc/test/core/util/
Ddebugger_macros.cc39 grpc_subchannel_call* scc = grpc_client_channel_get_subchannel_call(el); in grpc_transport_stream_from_call() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc475 const SCC* scc = GetSCC(msg); in GetCrossFileReferencesForField() local
511 for (auto scc : Sorted(refs.strong_sccs)) { in GenerateInternalForwardDeclarations() local
517 for (auto scc : Sorted(refs.weak_sccs)) { in GenerateInternalForwardDeclarations() local
653 for (auto scc : sccs_) { in GenerateSource() local
876 for (auto scc : sccs_) { in GenerateReflectionInitializationCode() local
909 void FileGenerator::GenerateInitForSCC(const SCC* scc, io::Printer* printer) { in GenerateInitForSCC()
Dcpp_helpers.h555 inline std::string SccInfoSymbol(const SCC* scc, const Options& options) { in SccInfoSymbol()
Dcpp_helpers.cc1139 MessageAnalysis MessageSCCAnalyzer::GetSCCAnalysis(const SCC* scc) { in GetSCCAnalysis()
/external/llvm-project/llvm/docs/
DAMDGPUOperandSyntax.rst545 scc section in Operands
550 .. _amdgpu_synid_lds_direct:
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java350 List<TypeData> scc = new ArrayList<TypeData>(); // strongly connected component in dfs() local
363 private void fixTypes(List<TypeData> scc, ClassPool cp) throws NotFoundException { in fixTypes()
415 private void fixTypes1(List<TypeData> scc, TypeData kind) throws NotFoundException { in fixTypes1()
430 …private String fixTypes2(List<TypeData> scc, Set<String> lowersSet, ClassPool cp) throws NotFoundE… in fixTypes2()
/external/llvm-project/mlir/lib/Analysis/
DCallGraph.cpp218 for (auto &scc : make_range(llvm::scc_begin(this), llvm::scc_end(this))) { in print() local
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h217 inline void InitSCC(SCCInfoBase* scc) { in InitSCC()
Dgenerated_message_util.cc778 void InitSCC_DFS(SCCInfoBase* scc) { in InitSCC_DFS()
797 void InitSCCImpl(SCCInfoBase* scc) { in InitSCCImpl()
/external/llvm-project/polly/lib/External/isl/
Disl_scheduler.c119 int scc; member
137 static int node_scc_exactly(struct isl_sched_node *node, int scc) in node_scc_exactly()
142 static int node_scc_at_most(struct isl_sched_node *node, int scc) in node_scc_at_most()
147 static int node_scc_at_least(struct isl_sched_node *node, int scc) in node_scc_at_least()
392 int scc; member
3896 static int edge_scc_exactly(struct isl_sched_edge *edge, int scc) in edge_scc_exactly()
3901 static int edge_dst_scc_at_most(struct isl_sched_edge *edge, int scc) in edge_dst_scc_at_most()
3906 static int edge_src_scc_at_least(struct isl_sched_edge *edge, int scc) in edge_src_scc_at_least()
5963 struct isl_sched_graph *scc; member
6191 int scc = graph->node[g->order[i]].scc; in mark_merge_sccs() local
[all …]
Disl_ast_codegen.c1986 static isl_stat add_nodes(__isl_take isl_basic_set_list *scc, void *user) in add_nodes()
2143 static isl_stat generate_sorted_domains_wrap(__isl_take isl_basic_set_list *scc, in generate_sorted_domains_wrap()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc161 for (auto& scc : make_range(scc_begin, scc_end)) { in BacktrackAnalysis() local
/external/llvm-project/llvm/test/MC/Lanai/
Dv11.s437 scc %r21 label
/external/llvm/test/MC/Lanai/
Dv11.s437 scc %r21 label
/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp605 runTransformOnCGSCCs(cg, [&](CallGraphSCC &scc) { in runOnOperation()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc395 std::string GetMessagesFileName(const GeneratorOptions& options, const SCC* scc, in GetMessagesFileName()
1796 io::Printer* printer, const SCC* scc, in GenerateRequiresForSCC()
3810 const SCC* scc = analyzer.GetSCC(desc); in GenerateAll() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_init.c2343 static char *try_config(char *s, const char *opt, char scc) in try_config()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1880 SymbolContextScope *scc = variable->GetSymbolContextScope(); in ResolveSymbolContext() local