Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp406 replaceLoadWithValue(L, StoredValue); in run()
435 replaceLoadWithValue(ALoad, NewVal); in run()
466 replaceLoadWithValue(cast<LoadInst>(User), NewVal); in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h165 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {} in replaceLoadWithValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1965 void replaceLoadWithValue(LoadInst *LI, Value *V) const override { in replaceLoadWithValue() function in __anoncfbeaccc1211::LoopPromoter