Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2563 Use *OldUse = nullptr; member in llvm::sroa::AllocaSliceRewriter
2641 OldUse = I->getUse(); in visit()
2642 OldPtr = cast<Instruction>(OldUse->get()); in visit()
2644 Instruction *OldUserI = cast<Instruction>(OldUse->getUser()); in visit()
2650 CanSROA &= visit(cast<Instruction>(OldUse->getUser())); in visit()
3199 bool IsDest = &II.getRawDestUse() == OldUse; in visitMemTransferInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1570 auto AddUsers = [&](const Value &V, const Use *OldUse) { in checkForAllUses() argument
1572 if (OldUse && EquivalentUseCB && !EquivalentUseCB(*OldUse, UU)) { in checkForAllUses()