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 234 /// ModRefBehavior values.
237 /// ModRefBehavior - Summary of how a function affects memory in the program.
241 enum ModRefBehavior {
286 virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS);
290 virtual ModRefBehavior getModRefBehavior(const Function *F);
338 static bool onlyReadsMemory(ModRefBehavior MRB) {
346 static bool onlyAccessesArgPointees(ModRefBehavior MRB) {
354 static bool doesAccessArgPointees(ModRefBehavior MRB) {
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 100 milliseconds