Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp67 static PWACtx combine(PWACtx PWAC0, PWACtx PWAC1, in combine() argument
70 PWAC0.first = isl::manage(Fn(PWAC0.first.release(), PWAC1.first.release())); in combine()
71 PWAC0.second = PWAC0.second.unite(PWAC1.second); in combine()
72 return PWAC0; in combine()