Home
last modified time | relevance | path

Searched defs:SrcAlloca (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp743 if (auto *SrcAlloca = dyn_cast<AllocaInst>(LI->getPointerOperand())) { processStoreOfLoad() local
1440 performStackMoveOptzn(Instruction * Load,Instruction * Store,AllocaInst * DestAlloca,AllocaInst * SrcAlloca,TypeSize Size,BatchAAResults & BAA) performStackMoveOptzn() argument
1775 auto *SrcAlloca = dyn_cast<AllocaInst>(M->getSource()); processMemCpy() local
[all...]