Home
last modified time | relevance | path

Searched refs:RefAccess (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h171 RefAccess = 1, enumerator
173 ModRefAccess = RefAccess | ModAccess
208 bool isRef() const { return Access & RefAccess; } in isRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp186 Access |= RefAccess; in addUnknownInst()
412 addPointer(MemoryLocation::get(LI), AliasSet::RefAccess); in add()
431 addPointer(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add()
483 return AliasSet::RefAccess; in add()
665 case RefAccess: OS << "Ref "; break; in print()