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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 264 /// OnlyReadsMemory - This function does not perform any non-local stores or
270 OnlyReadsMemory = Anywhere | Ref,
314 /// onlyReadsMemory - If the specified call is known to only read from
323 bool onlyReadsMemory(ImmutableCallSite CS) {
324 return onlyReadsMemory(getModRefBehavior(CS));
327 /// onlyReadsMemory - If the specified function is known to only read from
331 bool onlyReadsMemory(const Function *F) {
332 return onlyReadsMemory(getModRefBehavior(F));
335 /// onlyReadsMemory - Return true if functions with the specified behavior are
338 static bool onlyReadsMemory(ModRefBehavior MRB)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1773 milliseconds