Searched refs:subset2 (Results 1 – 3 of 3) sorted by relevance
9 ; RUN: mkdir all all2 all3 build subset subset2 && cd build33 ;; (Also, for some stages, copy the generated files to %t/subset2 to check composability later)41 ; RUN: cp *.0.preopt.* %t/subset266 ; RUN: cp *.4.opt* %t/subset286 ; RUN: cp *.lto.o %t/subset2102 ;; .all -> .subset, .all3 -> .subset2109 ; RUN: diff -r %t/subset2 %t/subset
13 ; RUN: mkdir all all2 build subset subset224 ;; (Also, for some stages, copy the generated files to subset2 to check composability later)36 ; RUN: cp build/*.0.preopt.* subset278 ; RUN: cp build/*.4.opt* subset299 ; RUN: cp build/*.index.bc subset2100 ; RUN: cp build/*.index.dot subset2120 ;; .all -> .subset, .all2 -> .subset2127 ; RUN: diff -r subset subset2
2231 isl_bool subset1, subset2 = isl_bool_false; in ast_expr_from_pw_aff() local2236 subset2 = single_is_subset(data, eq); in ast_expr_from_pw_aff()2238 if (subset1 < 0 || subset2 < 0) in ast_expr_from_pw_aff()2242 if (subset2) in ast_expr_from_pw_aff()