Searched refs:SmallBlockVec (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | DivergenceAnalysisTest.cpp | 284 using SmallBlockVec = SmallVector<const BasicBlock *, 4>; in TEST_F() typedef 285 using InducedDivJoinMap = std::map<const Value *, SmallBlockVec>; in TEST_F() 330 DivJoins.emplace(AArg, SmallBlockVec({C, D, E})); in TEST_F() 331 DivJoins.emplace(BArg, SmallBlockVec({D, E})); in TEST_F() 332 DivJoins.emplace(CArg, SmallBlockVec({E})); in TEST_F() 352 DivJoins.emplace(AArg, SmallBlockVec({E})); in TEST_F() 353 DivJoins.emplace(BArg, SmallBlockVec({D})); in TEST_F() 354 DivJoins.emplace(CArg, SmallBlockVec({})); in TEST_F() 374 DivJoins.emplace(AArg, SmallBlockVec({C})); in TEST_F() 375 DivJoins.emplace(BArg, SmallBlockVec({})); in TEST_F() [all …]
|