Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp510 Value *TheSrc = Copy->getSource(); in visitAllocaInst() local
513 TheSrc, AllocaAlign, DL, &AI, &AC, &DT); in visitAllocaInst()
515 isDereferenceableForAllocaSize(TheSrc, &AI, DL) && in visitAllocaInst()
516 !isa<Instruction>(TheSrc)) { in visitAllocaInst()
521 unsigned SrcAddrSpace = TheSrc->getType()->getPointerAddressSpace(); in visitAllocaInst()
526 Instruction *NewI = replaceInstUsesWith(AI, TheSrc); in visitAllocaInst()
537 PtrReplacer.replacePointer(TheSrc); in visitAllocaInst()