OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
314
AliasSet::AccessType ATy = AliasSet::
Mods
;
558
case
Mods
: OS << "Mod "; break;
Completed in 47 milliseconds