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 89 if (doesAccessArgPointees(MRB)) {
147 if (doesAccessArgPointees(CS2B)) {
167 if (doesAccessArgPointees(CS1B)) {
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 329 /// doesAccessArgPointees - Return true if functions with the specified
333 static bool doesAccessArgPointees(ModRefBehavior MRB) {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 136 if (AliasAnalysis::doesAccessArgPointees(MRB))

Completed in 394 milliseconds