Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp456 replaceLoadWithValue(L, StoredValue); in run()
485 replaceLoadWithValue(ALoad, NewVal); in run()
519 replaceLoadWithValue(cast<LoadInst>(User), NewVal); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h180 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {} in replaceLoadWithValue() function