Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp455 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
458 if (ReplVal == LI) in rewriteSingleStoreAlloca()
459 ReplVal = UndefValue::get(LI->getType()); in rewriteSingleStoreAlloca()
460 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca()