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

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 152 /// replaceLoadWithValue - Clients can choose to implement this to get
154 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 654 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {

Completed in 175 milliseconds