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

/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp442 LoadInst *ALoad = LiveInLoads[i]; local
443 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent());
444 replaceLoadWithValue(ALoad, NewVal);
447 if (NewVal == ALoad) NewVal = UndefValue::get(NewVal->getType());
448 ALoad->replaceAllUsesWith(NewVal);
449 ReplacedLoads[ALoad] = NewVal;

Completed in 115 milliseconds