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 163 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 415 replaceLoadWithValue(L, StoredValue);
445 replaceLoadWithValue(ALoad, NewVal);
478 replaceLoadWithValue(cast<LoadInst>(User), NewVal);
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 707 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
    [all...]

Completed in 173 milliseconds