Home
last modified time | relevance | path

Searched defs:MRB (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h477 static bool onlyReadsMemory(FunctionModRefBehavior MRB) { in onlyReadsMemory()
483 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory()
490 static bool onlyAccessesArgPointees(FunctionModRefBehavior MRB) { in onlyAccessesArgPointees()
497 static bool doesAccessArgPointees(FunctionModRefBehavior MRB) { in doesAccessArgPointees()
504 static bool onlyAccessesInaccessibleMem(FunctionModRefBehavior MRB) { in onlyAccessesInaccessibleMem()
510 static bool doesAccessInaccessibleMem(FunctionModRefBehavior MRB) { in doesAccessInaccessibleMem()
517 static bool onlyAccessesInaccessibleOrArgMem(FunctionModRefBehavior MRB) { in onlyAccessesInaccessibleOrArgMem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp50 FunctionModRefBehavior MRB = PA.getAA()->getModRefBehavior(Call); in CanAlterRefCount() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp112 FunctionModRefBehavior MRB = AAR.getModRefBehavior(&F); in checkFunctionMemoryAccess() local
144 FunctionModRefBehavior MRB = AAR.getModRefBehavior(Call); in checkFunctionMemoryAccess() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp198 auto MRB = getModRefBehavior(Call); in getModRefInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1004 FunctionModRefBehavior MRB = CalleeAAR->getModRefBehavior(Call); in AddAliasScopeMetadata() local