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 '``NamedValues``' map. This map currently keeps track of the LLVM
322 NamedValues map so that it maps to AllocaInst\* instead of Value\*. Once
328 static std::map<std::string, AllocaInst*> NamedValues;
451 .. code-block:: llvm
492 .. code-block:: llvm
523 .. code-block:: llvm
779 return llvm::make_unique<VarExprAST>(std::move(VarNames),
871 …clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core mcjit native` -O3 -…