Home
last modified time | relevance | path

Searched refs:IsPromoted (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCallPromotionUtilsTest.cpp65 bool IsPromoted = tryPromoteCall(*CI); in TEST() local
66 EXPECT_TRUE(IsPromoted); in TEST()
95 bool IsPromoted = tryPromoteCall(*CI); in TEST() local
96 EXPECT_FALSE(IsPromoted); in TEST()
122 bool IsPromoted = tryPromoteCall(*CI); in TEST() local
123 EXPECT_FALSE(IsPromoted); in TEST()
157 bool IsPromoted = tryPromoteCall(*CI); in TEST() local
158 EXPECT_FALSE(IsPromoted); in TEST()
200 EXPECT_FALSE(IsPromoted); in TEST()
242 EXPECT_FALSE(IsPromoted); in TEST()
[all …]