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 119 if (doesAccessArgPointees(MRB)) {
180 if (doesAccessArgPointees(CS2B)) {
209 if (doesAccessArgPointees(CS1B)) {
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 360 /// doesAccessArgPointees - Return true if functions with the specified
364 static bool doesAccessArgPointees(ModRefBehavior MRB) {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 201 if (AliasAnalysis::doesAccessArgPointees(MRB))
    [all...]

Completed in 184 milliseconds