HomeSort by relevance Sort by last modified time
    Searched refs:replaceLoadWithValue (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 149 /// replaceLoadWithValue - Clients can choose to implement this to get
151 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 450 replaceLoadWithValue(L, StoredValue);
480 replaceLoadWithValue(ALoad, NewVal);
513 replaceLoadWithValue(cast<LoadInst>(User), NewVal);
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 667 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {

Completed in 782 milliseconds