Lines Matching defs:CI
51 if (CallInst *CI = dyn_cast<CallInst>(&I))
52 if (CI->getCalledFunction()->getName() == Name)
53 return CI;
128 if (auto *CI = dyn_cast<CallInst>(&I)) {
129 auto *CalledFunc = CI->getCalledFunction();
157 CallInst *CI = getCallByName(Resume1, "should.remat");
158 ASSERT_FALSE(CI);
182 CallInst *CI = getCallByName(Resume1, "should.remat");
183 ASSERT_TRUE(CI);
268 CallInst *CI = getCallByName(Resume1, "should.remat");
269 ASSERT_TRUE(CI);