Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp670 bool CpyDestIsLocal = isa<AllocaInst>(CpyDest); in processStore() local
681 if (I->mayThrow() && !CpyDestIsLocal) { in processStore()