Searched refs:CpyDestIsLocal (Results 1 – 1 of 1) sorted by relevance
670 bool CpyDestIsLocal = isa<AllocaInst>(CpyDest); in processStore() local681 if (I->mayThrow() && !CpyDestIsLocal) { in processStore()