Home
last modified time | relevance | path

Searched refs:doesAccessArgPointees (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp211 if (doesAccessArgPointees(MRB)) { in getModRefInfo()
290 if (!doesAccessArgPointees(Call2B)) in getModRefInfo()
341 if (!doesAccessArgPointees(Call1B)) in getModRefInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h497 static bool doesAccessArgPointees(FunctionModRefBehavior MRB) { in doesAccessArgPointees() function