Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/python/
H A Disl.py.top18 defaultInstance = None
32 if Context.defaultInstance == None:
33 Context.defaultInstance = Context()
34 return Context.defaultInstance
/llvm-project-15.0.7/polly/utils/pyscop/
H A Disl.py6 defaultInstance = None variable in Context
26 if Context.defaultInstance == None:
27 Context.defaultInstance = Context()
29 return Context.defaultInstance