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