Lines Matching defs:AI
35 StackLifetime::getLiveRange(const AllocaInst *AI) const {
36 const auto IT = AllocaNumbering.find(AI);
45 bool StackLifetime::isAliveAfter(const AllocaInst *AI,
59 return getLiveRange(AI).test(InstNum);
66 const AllocaInst *AI = findAllocaForValue(II.getArgOperand(1), true);
67 if (!AI)
70 auto AllocaSize = AI->getAllocationSize(DL);
82 return AI;
98 const AllocaInst *AI = findMatchingAlloca(*II, DL);
99 if (!AI) {
103 auto It = AllocaNumbering.find(AI);
405 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I))
406 Allocas.push_back(AI);