Searched refs:ExistingKnown (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/unittests/DeLICM/ |
D | DeLICMTest.cpp | 127 isl::union_map ExistingKnown; in checkIsConflictingNonsymmetricCommon() local 129 ExistingKnown, ExistingUnused); in checkIsConflictingNonsymmetricCommon() 136 auto Result = isConflicting(ExistingOccupied, ExistingUnused, ExistingKnown, in checkIsConflictingNonsymmetricCommon() 144 isConflicting(ExistingOccupied, ExistingUnused, ExistingKnown, in checkIsConflictingNonsymmetricCommon() 148 isConflicting({}, ExistingUnused, ExistingKnown, ExistingWritten, in checkIsConflictingNonsymmetricCommon() 151 EXPECT_EQ(Result, isConflicting({}, ExistingUnused, ExistingKnown, in checkIsConflictingNonsymmetricCommon()
|
/external/llvm-project/polly/include/polly/ |
D | DeLICM.h | 36 isl::union_set ExistingUnused, isl::union_map ExistingKnown,
|
/external/llvm-project/polly/lib/Transform/ |
D | DeLICM.cpp | 1429 isl::union_map ExistingKnown, isl::union_map ExistingWrites, in INITIALIZE_PASS_DEPENDENCY() 1434 std::move(ExistingKnown), std::move(ExistingWrites)); in INITIALIZE_PASS_DEPENDENCY()
|