Home
last modified time | relevance | path

Searched refs:ReplVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp385 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
388 if (ReplVal == LI) in rewriteSingleStoreAlloca()
389 ReplVal = UndefValue::get(LI->getType()); in rewriteSingleStoreAlloca()
390 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca()