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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 244 /// ModRefBehavior values.
247 /// ModRefBehavior - Summary of how a function affects memory in the program.
251 enum ModRefBehavior {
296 virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS);
300 virtual ModRefBehavior getModRefBehavior(const Function *F);
348 static bool onlyReadsMemory(ModRefBehavior MRB) {
356 static bool onlyAccessesArgPointees(ModRefBehavior MRB) {
364 static bool doesAccessArgPointees(ModRefBehavior MRB) {
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 61 milliseconds