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

  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 81 enum ModRefBehavior {
90 ModRefBehavior ModRef;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 221 /// ModRefBehavior values.
224 /// ModRefBehavior - Summary of how a function affects memory in the program.
228 enum ModRefBehavior {
265 virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS);
269 virtual ModRefBehavior getModRefBehavior(const Function *F);
317 static bool onlyReadsMemory(ModRefBehavior MRB) {
325 static bool onlyAccessesArgPointees(ModRefBehavior MRB) {
333 static bool doesAccessArgPointees(ModRefBehavior MRB) {

Completed in 78 milliseconds