Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp742 if (auto *DestAlloca = dyn_cast<AllocaInst>(SI->getPointerOperand())) { processStoreOfLoad() local
1439 performStackMoveOptzn(Instruction * Load,Instruction * Store,AllocaInst * DestAlloca,AllocaInst * SrcAlloca,TypeSize Size,BatchAAResults & BAA) performStackMoveOptzn() argument
1772 auto *DestAlloca = dyn_cast<AllocaInst>(M->getDest()); processMemCpy() local
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2340 AllocaInst *DestAlloca = Builder.CreateAlloca(RI.ElementType, nullptr, emitReductionListCopy() local