Home
last modified time | relevance | path

Searched refs:remove_edges (Results 1 – 25 of 58) sorted by relevance

123

/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/
H A Dbeadmotifalgorithms.cc65 unordered_map<Edge, bool>& remove_edges) { in removeAllEdgesConnectedToVertex_() argument
69 remove_edges[edge] = true; in removeAllEdgesConnectedToVertex_()
80 unordered_map<Edge, bool>& remove_edges, in determineEdgesOfBranchesWithSingleConnectionToJunction_() argument
99 remove_edges[edge] = true; in determineEdgesOfBranchesWithSingleConnectionToJunction_()
123 unordered_map<Edge, bool>& remove_edges) { in calculateEdgesToRemove_() argument
167 junction, reduced_graph, remove_edges, in calculateEdgesToRemove_()
174 removeAllEdgesConnectedToVertex_(junction, full_graph, remove_edges); in calculateEdgesToRemove_()
309 unordered_map<Edge, bool> remove_edges; in deconstructComplexSingleStructures() local
311 remove_edges[edge] = false; in deconstructComplexSingleStructures()
314 calculateEdgesToRemove_(full_graph, remove_edges); in deconstructComplexSingleStructures()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/
H A Dbeadmotifalgorithms.cc65 unordered_map<Edge, bool>& remove_edges) { in removeAllEdgesConnectedToVertex_() argument
69 remove_edges[edge] = true; in removeAllEdgesConnectedToVertex_()
80 unordered_map<Edge, bool>& remove_edges, in determineEdgesOfBranchesWithSingleConnectionToJunction_() argument
99 remove_edges[edge] = true; in determineEdgesOfBranchesWithSingleConnectionToJunction_()
123 unordered_map<Edge, bool>& remove_edges) { in calculateEdgesToRemove_() argument
167 junction, reduced_graph, remove_edges, in calculateEdgesToRemove_()
174 removeAllEdgesConnectedToVertex_(junction, full_graph, remove_edges); in calculateEdgesToRemove_()
309 unordered_map<Edge, bool> remove_edges; in deconstructComplexSingleStructures() local
311 remove_edges[edge] = false; in deconstructComplexSingleStructures()
314 calculateEdgesToRemove_(full_graph, remove_edges); in deconstructComplexSingleStructures()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dloop-unroll.c404 edge *remove_edges; in peel_loop_completely() local
436 expand_bct (remove_edges[i], discard_inc); in peel_loop_completely()
440 remove_path (loops, remove_edges[i]); in peel_loop_completely()
441 free (remove_edges); in peel_loop_completely()
573 edge *remove_edges; in unroll_loop_constant_iterations() local
683 expand_bct (remove_edges[i], discard_inc); in unroll_loop_constant_iterations()
687 remove_path (loops, remove_edges[i]); in unroll_loop_constant_iterations()
688 free (remove_edges); in unroll_loop_constant_iterations()
806 edge *remove_edges, e; in unroll_loop_runtime_iterations() local
1033 remove_path (loops, remove_edges[i]); in unroll_loop_runtime_iterations()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dloop-unroll.c404 edge *remove_edges; in peel_loop_completely() local
436 expand_bct (remove_edges[i], discard_inc); in peel_loop_completely()
440 remove_path (loops, remove_edges[i]); in peel_loop_completely()
441 free (remove_edges); in peel_loop_completely()
573 edge *remove_edges; in unroll_loop_constant_iterations() local
683 expand_bct (remove_edges[i], discard_inc); in unroll_loop_constant_iterations()
687 remove_path (loops, remove_edges[i]); in unroll_loop_constant_iterations()
688 free (remove_edges); in unroll_loop_constant_iterations()
806 edge *remove_edges, e; in unroll_loop_runtime_iterations() local
1033 remove_path (loops, remove_edges[i]); in unroll_loop_runtime_iterations()
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_holder.h195 void remove_edges(Iter begin, Iter end, NGHolder &h, bool renumber = true) {
218 void remove_edges(const Container &c, NGHolder &h, bool renumber = true) {
219 remove_edges(c.begin(), c.end(), h, renumber);
H A Dng_prune.cpp220 remove_edges(dead, g); in pruneHighlanderAccepts()
385 remove_edges(dead, g); in pruneReport()
428 remove_edges(dead, g); in pruneAllOtherReports()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dloop-unroll.c487 edge *remove_edges, ein; in peel_loop_completely() local
513 remove_edges, &n_remove_edges, in peel_loop_completely()
530 remove_path (loops, remove_edges[i]); in peel_loop_completely()
531 free (remove_edges); in peel_loop_completely()
671 edge *remove_edges; in unroll_loop_constant_iterations() local
780 remove_edges, &n_remove_edges, in unroll_loop_constant_iterations()
819 free (remove_edges); in unroll_loop_constant_iterations()
947 edge *remove_edges, e; in unroll_loop_runtime_iterations() local
1035 remove_edges, &n_remove_edges, in unroll_loop_runtime_iterations()
1052 remove_edges, &n_remove_edges, in unroll_loop_runtime_iterations()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_adj_list.erl101 remove_edges(U, Vs, Adj_list) when is_list(Vs), is_integer(U) -> function
121 remove_edges(U, [V], Adj_list).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_adj_list.erl101 remove_edges(U, Vs, Adj_list) when is_list(Vs), is_integer(U) -> function
121 remove_edges(U, [V], Adj_list).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_adj_list.erl101 remove_edges(U, Vs, Adj_list) when is_list(Vs), is_integer(U) -> function
121 remove_edges(U, [V], Adj_list).
/dports/science/helfem/HelFEM-21461e9/src/harmonic/
H A Dmain.cpp136 arma::mat remove_edges(const arma::mat & M, int noverlap) { in remove_edges() function
207 S=remove_edges(S,noverlap); in main()
208 T=remove_edges(T,noverlap); in main()
209 V=remove_edges(V,noverlap); in main()
210 H=remove_edges(H,noverlap); in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dloop-unroll.c523 vec<edge> remove_edges; in peel_loop_completely() local
549 &remove_edges, in peel_loop_completely()
705 vec<edge> remove_edges; in unroll_loop_constant_iterations() local
723 remove_edges.create (0); in unroll_loop_constant_iterations()
748 &remove_edges, in unroll_loop_constant_iterations()
793 &remove_edges, in unroll_loop_constant_iterations()
826 &remove_edges, in unroll_loop_constant_iterations()
1048 vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
1135 &remove_edges, in unroll_loop_runtime_iterations()
1150 &remove_edges, in unroll_loop_runtime_iterations()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dloop-unroll.c523 vec<edge> remove_edges; in peel_loop_completely() local
549 &remove_edges, in peel_loop_completely()
705 vec<edge> remove_edges; in unroll_loop_constant_iterations() local
723 remove_edges.create (0); in unroll_loop_constant_iterations()
748 &remove_edges, in unroll_loop_constant_iterations()
793 &remove_edges, in unroll_loop_constant_iterations()
826 &remove_edges, in unroll_loop_constant_iterations()
1048 vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
1135 &remove_edges, in unroll_loop_runtime_iterations()
1150 &remove_edges, in unroll_loop_runtime_iterations()
[all …]
/dports/biology/abyss/abyss-2.3.1/Graph/
H A DGraphAlgorithms.h105 void remove_edges(Graph& g, It first, It last) in remove_edges() function
127 remove_edges(g, transitive.begin(), transitive.end()); in remove_transitive_edges()
173 remove_edges(g, transitive.begin(), transitive.end()); in remove_complex_transitive_edges()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dloop-unroll.c597 auto_vec<edge> remove_edges; in peel_loop_completely() local
605 &remove_edges, in peel_loop_completely()
780 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
805 &remove_edges, in unroll_loop_constant_iterations()
850 &remove_edges, in unroll_loop_constant_iterations()
883 &remove_edges, in unroll_loop_constant_iterations()
928 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
1173 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
1188 &remove_edges, in unroll_loop_runtime_iterations()
1203 &remove_edges, in unroll_loop_runtime_iterations()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dloop-unroll.c483 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
508 &remove_edges, in unroll_loop_constant_iterations()
552 &remove_edges, in unroll_loop_constant_iterations()
584 &remove_edges, in unroll_loop_constant_iterations()
625 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
924 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
939 &remove_edges, in unroll_loop_runtime_iterations()
954 &remove_edges, in unroll_loop_runtime_iterations()
1012 &remove_edges, in unroll_loop_runtime_iterations()
1046 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dloop-unroll.c483 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
508 &remove_edges, in unroll_loop_constant_iterations()
552 &remove_edges, in unroll_loop_constant_iterations()
584 &remove_edges, in unroll_loop_constant_iterations()
625 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
924 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
939 &remove_edges, in unroll_loop_runtime_iterations()
954 &remove_edges, in unroll_loop_runtime_iterations()
1012 &remove_edges, in unroll_loop_runtime_iterations()
1046 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/util/
H A Dhipe_digraph.erl127 NewEdges = remove_edges(SCC, Edges, RevEdges),
128 NewRevEdges = remove_edges(SCC, RevEdges, Edges),
141 remove_edges(Nodes0, Edges, RevEdges) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/util/
H A Dhipe_digraph.erl127 NewEdges = remove_edges(SCC, Edges, RevEdges),
128 NewRevEdges = remove_edges(SCC, RevEdges, Edges),
141 remove_edges(Nodes0, Edges, RevEdges) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/util/
H A Dhipe_digraph.erl127 NewEdges = remove_edges(SCC, Edges, RevEdges),
128 NewRevEdges = remove_edges(SCC, RevEdges, Edges),
141 remove_edges(Nodes0, Edges, RevEdges) -> function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dloop-unroll.c504 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
529 &remove_edges, in unroll_loop_constant_iterations()
578 &remove_edges, in unroll_loop_constant_iterations()
615 &remove_edges, in unroll_loop_constant_iterations()
657 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
974 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
989 &remove_edges, in unroll_loop_runtime_iterations()
1011 &remove_edges, in unroll_loop_runtime_iterations()
1076 &remove_edges, in unroll_loop_runtime_iterations()
1108 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dloop-unroll.c501 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
525 desc->out_edge, &remove_edges, in unroll_loop_constant_iterations()
571 desc->out_edge, &remove_edges, in unroll_loop_constant_iterations()
605 &remove_edges, in unroll_loop_constant_iterations()
644 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
955 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
970 &remove_edges, in unroll_loop_runtime_iterations()
992 &remove_edges, in unroll_loop_runtime_iterations()
1056 &remove_edges, in unroll_loop_runtime_iterations()
1085 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dloop-unroll.c505 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
530 &remove_edges, in unroll_loop_constant_iterations()
579 &remove_edges, in unroll_loop_constant_iterations()
616 &remove_edges, in unroll_loop_constant_iterations()
658 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
975 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
990 &remove_edges, in unroll_loop_runtime_iterations()
1012 &remove_edges, in unroll_loop_runtime_iterations()
1077 &remove_edges, in unroll_loop_runtime_iterations()
1109 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dloop-unroll.c504 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
529 &remove_edges, in unroll_loop_constant_iterations()
578 &remove_edges, in unroll_loop_constant_iterations()
615 &remove_edges, in unroll_loop_constant_iterations()
657 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
974 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
989 &remove_edges, in unroll_loop_runtime_iterations()
1011 &remove_edges, in unroll_loop_runtime_iterations()
1076 &remove_edges, in unroll_loop_runtime_iterations()
1108 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dloop-unroll.c504 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local
529 &remove_edges, in unroll_loop_constant_iterations()
578 &remove_edges, in unroll_loop_constant_iterations()
615 &remove_edges, in unroll_loop_constant_iterations()
657 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations()
974 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local
989 &remove_edges, in unroll_loop_runtime_iterations()
1011 &remove_edges, in unroll_loop_runtime_iterations()
1076 &remove_edges, in unroll_loop_runtime_iterations()
1108 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()

123