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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 89 if (doesAccessArgPointees(MRB)) {
147 if (doesAccessArgPointees(CS2B)) {
167 if (doesAccessArgPointees(CS1B)) {
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 152 if (doesAccessArgPointees(MRB)) {
221 if (doesAccessArgPointees(CS2B)) {
251 if (doesAccessArgPointees(CS1B)) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 329 /// doesAccessArgPointees - Return true if functions with the specified
333 static bool doesAccessArgPointees(ModRefBehavior MRB) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
FunctionAttrs.cpp 136 if (AliasAnalysis::doesAccessArgPointees(MRB))
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 338 static bool doesAccessArgPointees(FunctionModRefBehavior MRB) {
    [all...]

Completed in 156 milliseconds