Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp412 replaceLoadWithValue(L, StoredValue); in run()
441 replaceLoadWithValue(ALoad, NewVal); in run()
472 replaceLoadWithValue(cast<LoadInst>(User), NewVal); in run()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp450 replaceLoadWithValue(L, StoredValue); in run()
480 replaceLoadWithValue(ALoad, NewVal); in run()
513 replaceLoadWithValue(cast<LoadInst>(User), NewVal); in run()
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h164 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const { in replaceLoadWithValue() function
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdater.h154 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const { in replaceLoadWithValue() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp654 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const { in replaceLoadWithValue() function in __anon083218250211::LoopPromoter
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp829 void replaceLoadWithValue(LoadInst *LI, Value *V) const override { in replaceLoadWithValue() function in __anon8d593ef90211::LoopPromoter