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.cpp525 Value *TheSrc = Copy->getSource(); in visitAllocaInst() local
528 TheSrc, AllocaAlign, DL, &AI, &AC, &DT); in visitAllocaInst()
530 isDereferenceableForAllocaSize(TheSrc, &AI, DL) && in visitAllocaInst()
531 !isa<Instruction>(TheSrc)) { in visitAllocaInst()
536 unsigned SrcAddrSpace = TheSrc->getType()->getPointerAddressSpace(); in visitAllocaInst()
541 Instruction *NewI = replaceInstUsesWith(AI, TheSrc); in visitAllocaInst()
552 PtrReplacer.replacePointer(TheSrc); in visitAllocaInst()