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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 252 /// DoesNotAccessMemory - This function does not perform any non-local loads
258 DoesNotAccessMemory = Nowhere | NoModRef,
302 /// doesNotAccessMemory - If the specified call is known to never read or
313 bool doesNotAccessMemory(ImmutableCallSite CS) {
314 return getModRefBehavior(CS) == DoesNotAccessMemory;
317 /// doesNotAccessMemory - If the specified function is known to never read or
320 bool doesNotAccessMemory(const Function *F) {
321 return getModRefBehavior(F) == DoesNotAccessMemory;
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 64 milliseconds