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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp695 AllocaInst *OrigAI = cast<AllocaInst>(GetUnderlyingObject(Ptr, &TD, 0)); local
697 if (GetUnderlyingObject(MTI->getSource(), &TD, 0) != OrigAI) {
698 // Dest must be OrigAI, change this to be a load from the original
713 } else if (GetUnderlyingObject(MTI->getDest(), &TD, 0) != OrigAI) {
714 // Src must be OrigAI, change this to be a load from NewAI then a store

Completed in 176 milliseconds