Home
last modified time | relevance | path

Searched refs:function_decls (Results 1 – 25 of 150) sorted by relevance

123456

/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dclosure_conversion_aux.ml130 function_decls : Function_decl.t list; RecordField
140 function_decls Variable.Map.empty
142 let all_free_idents function_decls =
147 let let_rec_idents function_decls =
151 let all_params function_decls =
159 let all_free_idents function_decls =
161 (all_params function_decls))
162 (let_rec_idents function_decls)
164 let create function_decls =
165 { function_decls;
[all …]
H A Dflambda_iterators.ml421 function_decls.funs
426 let function_decls =
510 function_decls.funs
515 let function_decls =
604 set_of_closures.function_decls.funs
609 let function_decls =
613 ~function_decls
623 let function_decls =
643 set_of_closures.function_decls
746 let function_decls = var
[all …]
H A Dflambda_utils.ml199 Variable.Map.equal sameclosure c1.function_decls.funs c2.function_decls.funs
280 ~function_decls:set_of_closures.function_decls
363 let function_decls =
465 { function_decls } ->
469 function_decls.funs
482 function_decls.funs
515 (fun { Flambda. function_decls; _ } -> function_decls)
524 Variable.Map.fold (aux_fun function_decls) function_decls.funs map
574 ~function_decls:set_of_closures.function_decls
776 function_decls.funs
[all …]
H A Dremove_unused_arguments.ml100 let function_decls = set_of_closures.function_decls in
101 let unused = Invariant_params.unused_arguments ~backend function_decls in
108 function_decls.funs Variable.Set.empty
138 function_decls.funs (Variable.Map.empty, Variable.Map.empty)
149 let function_decls =
150 Flambda.update_function_declarations function_decls ~funs
153 Flambda.create_set_of_closures ~function_decls
192 set_of_closures.Flambda.function_decls
216 set_of_closures.function_decls
H A Dinlining_transforms.ml60 ~lhs_of_application ~function_decls ~init ~f =
71 function_decls)
173 function_decls.funs
190 let function_decls =
201 function_decls
203 let original_function_decls = function_decls in
284 function_decls
289 function_decls.funs
330 let function_decls =
383 ~function_decls
[all …]
H A Dinlining_decision.ml37 ~(function_decls : Flambda.function_declarations)
48 E.actively_unrolling env function_decls.set_of_closures_origin
55 env function_decls.set_of_closures_origin
193 ~r:(R.reset_benefit r) ~function_decls ~lhs_of_application
301 ~(function_decls : Flambda.function_declarations)
314 function_decls
321 function_decls
532 ~r ~function_decls ~lhs_of_application
583 function_decls.set_of_closures_origin env
602 function_decls
[all …]
H A Dremove_free_vars_equal_to_args.ml82 set_of_closures.function_decls.funs
87 let function_decls =
89 set_of_closures.function_decls ~funs
93 ~function_decls
H A Dremove_unused_closure_vars.ml43 | Set_of_closures ({ function_decls; free_vars; _ } as set_of_closures) ->
79 add_needed Variable.Map.empty function_decls.funs Variable.Set.empty
89 let function_decls =
90 Flambda.update_function_declarations function_decls ~funs
118 Flambda.create_set_of_closures ~function_decls
H A Dfind_recursive_functions.ml19 let in_function_declarations (function_decls : Flambda.function_declarations)
23 Flambda_utils.fun_vars_referenced_in_decls function_decls ~backend
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dclosure_conversion_aux.ml130 function_decls : Function_decl.t list; RecordField
140 function_decls Variable.Map.empty
142 let all_free_idents function_decls =
147 let let_rec_idents function_decls =
151 let all_params function_decls =
159 let all_free_idents function_decls =
161 (all_params function_decls))
162 (let_rec_idents function_decls)
164 let create function_decls =
165 { function_decls;
[all …]
H A Dflambda_iterators.ml421 function_decls.funs
426 let function_decls =
510 function_decls.funs
515 let function_decls =
604 set_of_closures.function_decls.funs
609 let function_decls =
613 ~function_decls
623 let function_decls =
643 set_of_closures.function_decls
746 let function_decls = var
[all …]
H A Dflambda_utils.ml199 Variable.Map.equal sameclosure c1.function_decls.funs c2.function_decls.funs
280 ~function_decls:set_of_closures.function_decls
363 let function_decls =
465 { function_decls } ->
469 function_decls.funs
482 function_decls.funs
515 (fun { Flambda. function_decls; _ } -> function_decls)
524 Variable.Map.fold (aux_fun function_decls) function_decls.funs map
574 ~function_decls:set_of_closures.function_decls
776 function_decls.funs
[all …]
H A Dremove_unused_arguments.ml100 let function_decls = set_of_closures.function_decls in
101 let unused = Invariant_params.unused_arguments ~backend function_decls in
108 function_decls.funs Variable.Set.empty
138 function_decls.funs (Variable.Map.empty, Variable.Map.empty)
149 let function_decls =
150 Flambda.update_function_declarations function_decls ~funs
153 Flambda.create_set_of_closures ~function_decls
192 set_of_closures.Flambda.function_decls
216 set_of_closures.function_decls
H A Dinlining_transforms.ml60 ~lhs_of_application ~function_decls ~init ~f =
71 function_decls)
173 function_decls.funs
190 let function_decls =
201 function_decls
203 let original_function_decls = function_decls in
284 function_decls
289 function_decls.funs
330 let function_decls =
383 ~function_decls
[all …]
H A Dinlining_decision.ml37 ~(function_decls : Flambda.function_declarations)
48 E.actively_unrolling env function_decls.set_of_closures_origin
55 env function_decls.set_of_closures_origin
193 ~r:(R.reset_benefit r) ~function_decls ~lhs_of_application
301 ~(function_decls : Flambda.function_declarations)
314 function_decls
321 function_decls
532 ~r ~function_decls ~lhs_of_application
583 function_decls.set_of_closures_origin env
602 function_decls
[all …]
H A Dremove_free_vars_equal_to_args.ml82 set_of_closures.function_decls.funs
87 let function_decls =
89 set_of_closures.function_decls ~funs
93 ~function_decls
H A Dremove_unused_closure_vars.ml43 | Set_of_closures ({ function_decls; free_vars; _ } as set_of_closures) ->
79 add_needed Variable.Map.empty function_decls.funs Variable.Set.empty
89 let function_decls =
90 Flambda.update_function_declarations function_decls ~funs
118 Flambda.create_set_of_closures ~function_decls
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-module/src/
H A Ddata_context.rs46 pub function_decls: PrimaryMap<ir::FuncRef, ir::ExternalName>, field
72 name: self.function_decls[id].clone(), in all_relocs()
99 function_decls: PrimaryMap::new(), in new()
112 self.description.function_decls.clear(); in clear()
151 self.description.function_decls.push(name) in import_function()
196 assert!(description.function_decls.is_empty()); in basic_data_context()
217 assert_eq!(description.function_decls.len(), 3); in basic_data_context()
227 assert!(description.function_decls.is_empty()); in basic_data_context()
244 assert_eq!(description.function_decls.len(), 0); in basic_data_context()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/module/src/
H A Ddata_context.rs42 pub function_decls: PrimaryMap<ir::FuncRef, ir::ExternalName>, field
62 function_decls: PrimaryMap::new(), in new()
73 self.description.function_decls.clear(); in clear()
99 self.description.function_decls.push(name) in import_function()
144 assert!(description.function_decls.is_empty()); in basic_data_context()
165 assert_eq!(description.function_decls.len(), 3); in basic_data_context()
175 assert!(description.function_decls.is_empty()); in basic_data_context()
192 assert_eq!(description.function_decls.len(), 0); in basic_data_context()
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dexport_info_for_pack.ml126 ~function_decls:
128 set_of_closures.function_decls)
135 (function_decls : Flambda.function_declarations) =
144 function_decls.funs
147 (Flambda.update_function_declarations function_decls ~funs)
152 (function_decls:Flambda.function_declarations) =
153 let original_set_of_closures_id = function_decls.set_of_closures_id in
158 let function_decls =
159 import_function_declarations_for_pack_aux units pack function_decls
164 function_decls;
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dexport_info_for_pack.ml126 ~function_decls:
128 set_of_closures.function_decls)
135 (function_decls : Flambda.function_declarations) =
144 function_decls.funs
147 (Flambda.update_function_declarations function_decls ~funs)
152 (function_decls:Flambda.function_declarations) =
153 let original_set_of_closures_id = function_decls.set_of_closures_id in
158 let function_decls =
159 import_function_declarations_for_pack_aux units pack function_decls
164 function_decls;
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/
H A Dgen_tests.pl94 my $function_decls = " char *func_decls[] = {\n";
108 $function_decls .= "\t\"$decl;\",\n";
114 $function_decls .= "\t\"\"};\n";
115 $function_decls =~ s/\(void\)/\(\)/g;
127 print INT "$function_decls\n";
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistInnerFunctionXHPASTLinterRule.php17 $function_decls = $root->selectDescendantsOfType('n_FUNCTION_DECLARATION');
19 foreach ($function_decls as $function_declaration) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistInnerFunctionXHPASTLinterRule.php17 $function_decls = $root->selectDescendantsOfType('n_FUNCTION_DECLARATION');
19 foreach ($function_decls as $function_declaration) {
/dports/lang/parrot/parrot-8.1.0/t/codingstd/
H A Dc_function_docs.t55 my @function_decls = $headerizer->extract_function_declarations($buf);
57 for my $function_decl (@function_decls) {

123456