Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmethod-to-ir.c7536 NEW_BBLOCK (cfg, init_localsbb); in mono_method_to_ir()
7538 cfg->bb_init = init_localsbb; in mono_method_to_ir()
7541 init_localsbb->next_bb = cfg->cbb; in mono_method_to_ir()
7544 init_localsbb2 = init_localsbb; in mono_method_to_ir()
7545 cfg->cbb = init_localsbb; in mono_method_to_ir()
12727 cfg->cbb = init_localsbb; in mono_method_to_ir()
12743 if (init_localsbb) { in mono_method_to_ir()
12744 cfg->cbb = init_localsbb; in mono_method_to_ir()
12754 cfg->cbb = init_localsbb; in mono_method_to_ir()
12771 cfg->cbb = init_localsbb; in mono_method_to_ir()
[all …]