Lines Matching refs:getUse
162 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anoncb5bdc8a0211::Slice
164 bool isDead() const { return getUse() == nullptr; } in isDead()
872 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1052 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1297 Use *U = I->getUse(); in INITIALIZE_PASS_DEPENDENCY()
1959 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
2029 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2031 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2131 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2468 OldUse = I->getUse(); in visit()
3542 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
3574 } else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) { in presplitLoadsAndStores()
3576 S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3602 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
4142 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4143 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()