Home
last modified time | relevance | path

Searched refs:get_isl_method (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/utils/pyscop/
H A Disl.py36 self.ctx = self.get_isl_method("get_ctx")(self)
46 self.get_isl_method("free")(self)
75 self.get_isl_method("copy").argtypes = [self.__class__]
76 self.get_isl_method("copy").restype = c_int
77 self.get_isl_method("free").argtypes = [self.__class__]
78 self.get_isl_method("get_ctx").argtypes = [self.__class__]
79 self.get_isl_method("get_ctx").restype = Context.from_ptr
82 def get_isl_method(self, name): member in IslObject
197 self.get_isl_method("copy").argtypes = [self.__class__]
198 self.get_isl_method("copy").restype = c_int
[all …]