HomeSort by relevance Sort by last modified time
    Searched refs:getModRefBehavior (Results 26 - 50 of 65) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TypeBasedAliasAnalysis.h 40 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
41 FunctionModRefBehavior getModRefBehavior(const Function *F);
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAliasAnalysis.h 59 using AAResultBase::getModRefBehavior;
60 FunctionModRefBehavior getModRefBehavior(const Function *F);
TypeBasedAliasAnalysis.h 40 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
41 FunctionModRefBehavior getModRefBehavior(const Function *F);
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
TypeBasedAliasAnalysis.cpp 145 virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS);
146 virtual ModRefBehavior getModRefBehavior(const Function *F);
250 TypeBasedAliasAnalysis::getModRefBehavior(ImmutableCallSite CS) {
252 return AliasAnalysis::getModRefBehavior(CS);
262 return ModRefBehavior(AliasAnalysis::getModRefBehavior(CS) & Min);
266 TypeBasedAliasAnalysis::getModRefBehavior(const Function *F) {
268 return AliasAnalysis::getModRefBehavior(F);
AliasAnalysis.cpp 79 ModRefBehavior MRB = getModRefBehavior(CS);
125 ModRefBehavior CS1B = getModRefBehavior(CS1);
128 ModRefBehavior CS2B = getModRefBehavior(CS2);
194 AliasAnalysis::getModRefBehavior(ImmutableCallSite CS) {
199 // Call back into the alias analysis with the other form of getModRefBehavior
202 Min = getModRefBehavior(F);
209 return ModRefBehavior(AA->getModRefBehavior(CS) & Min);
213 AliasAnalysis::getModRefBehavior(const Function *F) {
215 return AA->getModRefBehavior(F);
  /external/llvm/lib/Analysis/
ObjCARCAliasAnalysis.cpp 95 FunctionModRefBehavior ObjCARCAAResult::getModRefBehavior(const Function *F) {
97 return AAResultBase::getModRefBehavior(F);
106 return AAResultBase::getModRefBehavior(F);
TypeBasedAliasAnalysis.cpp 322 TypeBasedAAResult::getModRefBehavior(ImmutableCallSite CS) {
324 return AAResultBase::getModRefBehavior(CS);
335 return FunctionModRefBehavior(AAResultBase::getModRefBehavior(CS) & Min);
338 FunctionModRefBehavior TypeBasedAAResult::getModRefBehavior(const Function *F) {
340 return AAResultBase::getModRefBehavior(F);
AliasAnalysis.cpp 140 auto MRB = getModRefBehavior(CS);
197 auto CS1B = getModRefBehavior(CS1);
201 auto CS2B = getModRefBehavior(CS2);
280 FunctionModRefBehavior AAResults::getModRefBehavior(ImmutableCallSite CS) {
284 Result = FunctionModRefBehavior(Result & AA->getModRefBehavior(CS));
294 FunctionModRefBehavior AAResults::getModRefBehavior(const Function *F) {
298 Result = FunctionModRefBehavior(Result & AA->getModRefBehavior(F));
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 264 /// getModRefBehavior - Return the behavior when calling the given call site.
265 virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS);
267 /// getModRefBehavior - Return the behavior when calling the given function.
269 virtual ModRefBehavior getModRefBehavior(const Function *F);
283 return getModRefBehavior(CS) == DoesNotAccessMemory;
290 return getModRefBehavior(F) == DoesNotAccessMemory;
303 return onlyReadsMemory(getModRefBehavior(CS));
311 return onlyReadsMemory(getModRefBehavior(F));
  /external/llvm/include/llvm/Analysis/
CFLSteensAliasAnalysis.h 88 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
92 FunctionModRefBehavior getModRefBehavior(const Function *F);
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
BasicAliasAnalysis.h 79 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
83 FunctionModRefBehavior getModRefBehavior(const Function *F);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
BasicAliasAnalysis.h 79 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
83 FunctionModRefBehavior getModRefBehavior(const Function *F);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
BasicAliasAnalysis.h 79 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
83 FunctionModRefBehavior getModRefBehavior(const Function *F);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
BasicAliasAnalysis.h 79 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
83 FunctionModRefBehavior getModRefBehavior(const Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
BasicAliasAnalysis.h 79 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
83 FunctionModRefBehavior getModRefBehavior(const Function *F);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
BasicAliasAnalysis.h 79 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);
83 FunctionModRefBehavior getModRefBehavior(const Function *F);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
GlobalsModRef.h 93 /// getModRefBehavior - Return the behavior of the specified function if
96 FunctionModRefBehavior getModRefBehavior(const Function *F);
98 /// getModRefBehavior - Return the behavior of the specified function if
101 FunctionModRefBehavior getModRefBehavior(ImmutableCallSite CS);

Completed in 1739 milliseconds

12 3