Lines Matching refs:CI
62 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
63 ASSERT_TRUE(CI); in TEST()
64 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
65 bool IsPromoted = tryPromoteCall(*CI); in TEST()
70 EXPECT_EQ(F1, CI->getCalledFunction()); in TEST()
92 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
93 ASSERT_TRUE(CI); in TEST()
94 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
95 bool IsPromoted = tryPromoteCall(*CI); in TEST()
119 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
120 ASSERT_TRUE(CI); in TEST()
121 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
122 bool IsPromoted = tryPromoteCall(*CI); in TEST()
154 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
155 ASSERT_TRUE(CI); in TEST()
156 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
157 bool IsPromoted = tryPromoteCall(*CI); in TEST()
196 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
197 ASSERT_TRUE(CI); in TEST()
198 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
199 bool IsPromoted = tryPromoteCall(*CI); in TEST()
238 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
239 ASSERT_TRUE(CI); in TEST()
240 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
241 bool IsPromoted = tryPromoteCall(*CI); in TEST()
297 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
298 ASSERT_TRUE(CI); in TEST()
299 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
300 bool IsPromoted1 = tryPromoteCall(*CI); in TEST()
305 EXPECT_EQ(F, CI->getCalledFunction()); in TEST()
315 CI = dyn_cast<CallInst>(Inst); in TEST()
316 ASSERT_TRUE(CI); in TEST()
317 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
318 bool IsPromoted2 = tryPromoteCall(*CI); in TEST()
323 EXPECT_EQ(F, CI->getCalledFunction()); in TEST()
365 auto *CI = dyn_cast<CallInst>(Inst); in TEST() local
366 ASSERT_TRUE(CI); in TEST()
367 ASSERT_FALSE(CI->getCalledFunction()); in TEST()
368 bool IsPromoted = tryPromoteCall(*CI); in TEST()