Home
last modified time | relevance | path

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

/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