Lines Matching +refs:llvm +refs:mode +refs:map
56 .. code-block:: llvm
91 *requires* that its IR be in SSA form: there is no "non-ssa" mode for
123 .. code-block:: llvm
141 .. code-block:: llvm
185 $ llvm-as < example.ll | opt -mem2reg | llvm-dis
307 the '``named_values``' map. This map currently keeps track of the LLVM
323 ``named_values`` map so that it maps to AllocaInst\* instead of Value\*.
468 .. code-block:: llvm
509 .. code-block:: llvm
540 .. code-block:: llvm
847 ocaml_lib ~extern:true "llvm";;
1313 let args = Array.map codegen_expr args in