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

  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 215 MemoryAccess *getDefiningAccess() const { return getOperand(0); }
800 return cast<MemoryUseOrDef>(Access)->getDefiningAccess();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 255 MemoryAccess *getDefiningAccess() const { return getOperand(0); }
343 return getDefiningAccess() && OptimizedID == getDefiningAccess()->getID();
347 return getDefiningAccess();
395 OptimizedID = getDefiningAccess()->getID();
403 return getOptimized() && getDefiningAccess() &&
404 OptimizedID == getDefiningAccess()->getID();
    [all...]

Completed in 483 milliseconds