Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp104 AliasAnalysis::ModRefBehavior MRB = AA->getModRefBehavior(F); in AddReadAttrs() local
131 AliasAnalysis::ModRefBehavior MRB = AA->getModRefBehavior(CS); in AddReadAttrs() local
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h318 static bool onlyReadsMemory(FunctionModRefBehavior MRB) { in onlyReadsMemory()
324 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory()
331 static bool onlyAccessesArgPointees(FunctionModRefBehavior MRB) { in onlyAccessesArgPointees()
338 static bool doesAccessArgPointees(FunctionModRefBehavior MRB) { in doesAccessArgPointees()
463 auto MRB = getModRefBehavior(CS); in getModRefInfo() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h317 static bool onlyReadsMemory(ModRefBehavior MRB) { in onlyReadsMemory()
325 static bool onlyAccessesArgPointees(ModRefBehavior MRB) { in onlyAccessesArgPointees()
333 static bool doesAccessArgPointees(ModRefBehavior MRB) { in doesAccessArgPointees()
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp52 FunctionModRefBehavior MRB = PA.getAA()->getModRefBehavior(CS); in CanAlterRefCount() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasAnalysis.cpp79 ModRefBehavior MRB = getModRefBehavior(CS); in getModRefInfo() local
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp67 FunctionModRefBehavior MRB = AAR.getModRefBehavior(&F); in checkFunctionMemoryAccess() local
99 FunctionModRefBehavior MRB = AAR.getModRefBehavior(CS); in checkFunctionMemoryAccess() local
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp140 auto MRB = getModRefBehavior(CS); in getModRefInfo() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp917 FunctionModRefBehavior MRB = CalleeAAR->getModRefBehavior(ICS); in AddAliasScopeMetadata() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp1655 AliasAnalysis::ModRefBehavior MRB = PA.getAA()->getModRefBehavior(CS); in CanAlterRefCount() local