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

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h152 /// replaceLoadWithValue - Clients can choose to implement this to get
154 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const { function in class:llvm::LoadAndStorePromoter
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp450 replaceLoadWithValue(L, StoredValue);
480 replaceLoadWithValue(ALoad, NewVal);
513 replaceLoadWithValue(cast<LoadInst>(User), NewVal);
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp654 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const { function in class:__anon7031::LoopPromoter

Completed in 258 milliseconds