Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h313 static bool onlyReadsMemory(FunctionModRefBehavior MRB) { in onlyReadsMemory()
320 static bool onlyAccessesArgPointees(FunctionModRefBehavior MRB) { in onlyAccessesArgPointees()
327 static bool doesAccessArgPointees(FunctionModRefBehavior MRB) { in doesAccessArgPointees()
452 auto MRB = getModRefBehavior(CS); in getModRefInfo() local
814 auto MRB = getBestAAResults().getModRefBehavior(CS); in getModRefInfo() local
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp52 FunctionModRefBehavior MRB = PA.getAA()->getModRefBehavior(CS); in CanAlterRefCount() local
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp117 FunctionModRefBehavior MRB = AAR.getModRefBehavior(&F); in checkFunctionMemoryAccess() local
144 FunctionModRefBehavior MRB = AAR.getModRefBehavior(CS); in checkFunctionMemoryAccess() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp587 FunctionModRefBehavior MRB = CalleeAAR->getModRefBehavior(ICS); in AddAliasScopeMetadata() local