Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:JIT

576 // JIT Implementation of AbstractIntepreter interface
579 class JIT : public AbstractInterpreter {
583 JIT(const std::string &Path, const std::vector<std::string> *Args)
603 int JIT::ExecuteProgram(const std::string &Bitcode,
631 outs() << "<jit>"; outs().flush();
651 return new JIT(LLIPath, Args);