HomeSort by relevance Sort by last modified time
    Searched defs:ModRefBehavior (Results 1 - 3 of 3) 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) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenIntrinsics.h 90 enum ModRefBehavior {
106 ModRefBehavior ModRef;

Completed in 1188 milliseconds