HomeSort by relevance Sort by last modified time
    Searched refs:doesAccessArgPointees (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 93 if (doesAccessArgPointees(MRB)) {
151 if (doesAccessArgPointees(CS2B)) {
171 if (doesAccessArgPointees(CS1B)) {
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 342 /// doesAccessArgPointees - Return true if functions with the specified
346 static bool doesAccessArgPointees(ModRefBehavior MRB) {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 137 if (AliasAnalysis::doesAccessArgPointees(MRB))

Completed in 174 milliseconds