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 150 /// replaceLoadWithValue - Clients can choose to implement this to get
152 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 453 replaceLoadWithValue(L, StoredValue);
483 replaceLoadWithValue(ALoad, NewVal);
516 replaceLoadWithValue(cast<LoadInst>(User), NewVal);
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 707 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
    [all...]

Completed in 7119 milliseconds