Searched defs:Interpreter (Results 1 – 7 of 7) sorted by relevance
54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
184 ResultEval Interpreter) in IRSpeculationLayer()
45 class Interpreter: class
1506 .. [#load-global] A similar optimization already existed since Python 3.8.1509 .. [#load-attr] A similar optimization already existed since Python 3.10.1514 .. _whatsnew311-faster-cpython-misc:
517 Interpreter = 0x2 enumerator
103 class Interpreter(namedtuple('Interpreter', 'name id')): class
760 class Interpreter(parser.SimpleTraceDumper): class