Searched refs:doesAccessArgPointees (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp102 if (doesAccessArgPointees(MRB)) {
163 if (doesAccessArgPointees(CS2B)) {
192 if (doesAccessArgPointees(CS1B)) {
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h350 /// doesAccessArgPointees - Return true if functions with the specified
354 static bool doesAccessArgPointees(ModRefBehavior MRB) { function in class:llvm::AliasAnalysis
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp200 if (AliasAnalysis::doesAccessArgPointees(MRB))

Completed in 841 milliseconds