Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp710 bool CpyDestIsLocal = isa<AllocaInst>(CpyDest); in processStore() local
721 if (I->mayThrow() && !CpyDestIsLocal) { in processStore()