Home
last modified time | relevance | path

Searched defs:getModRefInfo (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h336 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P, in getModRefInfo() function
343 ModRefInfo getModRefInfo(const CallInst *C, const MemoryLocation &Loc) { in getModRefInfo() function
348 ModRefInfo getModRefInfo(const CallInst *C, const Value *P, uint64_t Size) { in getModRefInfo() function
354 ModRefInfo getModRefInfo(const InvokeInst *I, const MemoryLocation &Loc) { in getModRefInfo() function
359 ModRefInfo getModRefInfo(const InvokeInst *I, const Value *P, uint64_t Size) { in getModRefInfo() function
368 ModRefInfo getModRefInfo(const LoadInst *L, const Value *P, uint64_t Size) { in getModRefInfo() function
377 ModRefInfo getModRefInfo(const StoreInst *S, const Value *P, uint64_t Size) { in getModRefInfo() function
383 ModRefInfo getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo() function
390 ModRefInfo getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) { in getModRefInfo() function
400 ModRefInfo getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P, in getModRefInfo() function
[all …]
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp115 ModRefInfo AAResults::getModRefInfo(Instruction *I, ImmutableCallSite Call) { in getModRefInfo() function in AAResults
132 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() function in AAResults
147 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS1, in getModRefInfo() function in AAResults
194 ModRefInfo AAResults::getModRefInfo(const LoadInst *L, in getModRefInfo() function in AAResults
209 ModRefInfo AAResults::getModRefInfo(const StoreInst *S, in getModRefInfo() function in AAResults
231 ModRefInfo AAResults::getModRefInfo(const VAArgInst *V, in getModRefInfo() function in AAResults
250 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad, in getModRefInfo() function in AAResults
263 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() function in AAResults
276 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX, in getModRefInfo() function in AAResults
289 ModRefInfo AAResults::getModRefInfo(const AtomicRMWInst *RMW, in getModRefInfo() function in AAResults
DScopedNoAliasAA.cpp96 ModRefInfo ScopedNoAliasAAResult::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() function in ScopedNoAliasAAResult
113 ModRefInfo ScopedNoAliasAAResult::getModRefInfo(ImmutableCallSite CS1, in getModRefInfo() function in ScopedNoAliasAAResult
DObjCARCAliasAnalysis.cpp109 ModRefInfo ObjCARCAAResult::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() function in ObjCARCAAResult
DTypeBasedAliasAnalysis.cpp344 ModRefInfo TypeBasedAAResult::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() function in TypeBasedAAResult
358 ModRefInfo TypeBasedAAResult::getModRefInfo(ImmutableCallSite CS1, in getModRefInfo() function in TypeBasedAAResult
DGlobalsModRef.cpp128 ModRefInfo getModRefInfo() const { in getModRefInfo() function in GlobalsAAResult::FunctionInfo
907 ModRefInfo GlobalsAAResult::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() function in GlobalsAAResult
DBasicAliasAnalysis.cpp682 ModRefInfo BasicAAResult::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() function in BasicAAResult
741 ModRefInfo BasicAAResult::getModRefInfo(ImmutableCallSite CS1, in getModRefInfo() function in BasicAAResult
/external/clang/test/CodeGenCXX/
D2003-11-27-MultipleInheritanceThunk.cpp24 int getModRefInfo(CallSite CS) { in getModRefInfo() function
Dx86_32-arguments.cpp53 void BasicAliasAnalysis::getModRefInfo(CallSite CS) { in getModRefInfo() function in BasicAliasAnalysis
/external/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp169 TEST_F(AliasAnalysisTest, getModRefInfo) { in TEST_F() argument