Searched refs:PWAC0 (Results 1 – 1 of 1) sorted by relevance
67 static PWACtx combine(PWACtx PWAC0, PWACtx PWAC1, in combine() argument70 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()