/external/llvm/docs/tutorial/ |
LangImpl5.rst | 554 br i1 %loopcond, label %loop, label %afterloop 556 afterloop: ; preds = %loop 685 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction); 695 phi node), then creates the block for the loop exit ("afterloop"). Based 698 future code is emitted in the "afterloop" block, so it sets the
|
OCamlLangImpl5.rst | 518 br i1 %loopcond, label %loop, label %afterloop 520 afterloop: ; preds = %loop 648 let after_bb = append_block context "afterloop" the_function in 658 phi node), then creates the block for the loop exit ("afterloop"). Based 661 future code is emitted in the "afterloop" block, so it sets the [all...] |
OCamlLangImpl6.rst | [all...] |
OCamlLangImpl7.rst | [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 151 let after_bb = append_block context "afterloop" the_function in
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 169 let after_bb = append_block context "afterloop" the_function in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 225 let after_bb = append_block context "afterloop" the_function in
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 632 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 736 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction);
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 841 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy-jit.cpp | 869 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction); [all...] |
toy.cpp | [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 1091 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy-jit.cpp | 851 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction); [all...] |
toy.cpp | [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | [all...] |