Searched refs:keep2 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-xcoff-used-with-stringpool.ll | 13 @keep_this2 = internal constant [5 x i8] c"keep2", align 1 28 define dso_local signext i32 @keep2() {
|
| /llvm-project/clang/test/CodeGen/ |
| H A D | attr-function-return.c | 28 [[gnu::function_return("keep")]] void keep2(void) {} in keep2() function
|
| /llvm-project/clang-tools-extra/include-cleaner/unittests/ |
| H A D | RecordTest.cpp | 338 #include "keep2.h" /* IWYU pragma: keep */ in TEST_F() 363 createEmptyFiles({"keep1.h", "keep2.h", "keep3.h", "keep4.h", "keep5.h", in TEST_F() 376 EXPECT_TRUE(PI.shouldKeep(*FM.getOptionalFileRef("keep2.h"))); in TEST_F()
|
| /llvm-project/polly/lib/External/isl/ |
| H A D | isl_map.c | 11001 isl_size total1, keep1, total2, keep2; in isl_map_factor_domain() local 11015 keep2 = isl_space_dim(space, isl_dim_out); in isl_map_factor_domain() 11016 if (keep1 < 0 || keep2 < 0) in isl_map_factor_domain() 11019 map = isl_map_project_out(map, isl_dim_out, keep2, total2 - keep2); in isl_map_factor_domain() 11030 isl_size total1, keep1, total2, keep2; in isl_map_factor_range() local 11044 keep2 = isl_space_dim(space, isl_dim_out); in isl_map_factor_range() 11045 if (keep1 < 0 || keep2 < 0) in isl_map_factor_range() 11048 map = isl_map_project_out(map, isl_dim_out, 0, total2 - keep2); in isl_map_factor_range()
|