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

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

Completed in 581 milliseconds