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

  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 121 /// both. The lattice goes from "NoModRef" to either Refs or Mods, then to
126 Mods = 2, ModRef = 3 // Mod = bit 2
156 bool isMod() const { return AccessTy & Mods; }
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 312 AliasSet::AccessType ATy = AliasSet::Mods;
555 case Mods : OS << "Mod "; break;

Completed in 41 milliseconds