Searched refs:SpeculativeJIT (Results 1 – 5 of 5) sorted by relevance
41 class SpeculativeJIT { class43 static Expected<std::unique_ptr<SpeculativeJIT>> Create() { in Create()72 std::unique_ptr<SpeculativeJIT> SJ(new SpeculativeJIT( in Create()88 ~SpeculativeJIT() { CompileThreads.wait(); } in ~SpeculativeJIT()99 SpeculativeJIT( in SpeculativeJIT() function in SpeculativeJIT168 auto SJ = ExitOnErr(SpeculativeJIT::Create()); in main()
13 add_llvm_example(SpeculativeJIT14 SpeculativeJIT.cpp
9 add_subdirectory(SpeculativeJIT)
837 ``llvm/examples/SpeculativeJIT``). Future work on this is likely to focus on
3557 * - llvm/examples/SpeculativeJIT