Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp423 replaceLoadWithValue(L, StoredValue); in run()
452 replaceLoadWithValue(ALoad, NewVal); in run()
483 replaceLoadWithValue(cast<LoadInst>(User), NewVal); in run()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h166 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {} in replaceLoadWithValue() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1683 void replaceLoadWithValue(LoadInst *LI, Value *V) const override { in replaceLoadWithValue() function in __anonde5fbdfd0d11::LoopPromoter