HomeSort by: relevance | last modified time | path
    Searched defs:ModRef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h 105 ModRefBehavior ModRef;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 1724 // because others are still considered ModRef by getModRefInfo.
1757 // Using a nonstandard AA pipelines might leave us with unexpected modref
1768 ModRefInfo ModRef = AAP->getModRefInfo(I, None);
1770 DefCheck = isModSet(ModRef) || isOrdered(I);
1771 UseCheck = isRefSet(ModRef);
1776 ModRefInfo ModRef = AAP->getModRefInfo(I, None);
1778 // (atomics end up as ModRef right now anyway). Until we separate the
1785 Def = isModSet(ModRef) || isOrdered(I);
1786 Use = isRefSet(ModRef);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2597 auto ModRef = ModuleCache.find(M);
2598 if (ModRef != ModuleCache.end())
2599 return cast<llvm::DIModule>(ModRef->second);

Completed in 69 milliseconds