LLVM
8.0.1
|
This is the complete list of members for llvm::AAResults, including all inherited members.
AAResultBase class | llvm::AAResults | friend |
AAResults(const TargetLibraryInfo &TLI) | llvm::AAResults | inline |
AAResults(AAResults &&Arg) | llvm::AAResults | |
addAADependencyID(AnalysisKey *ID) | llvm::AAResults | inline |
addAAResult(AAResultT &AAResult) | llvm::AAResults | inline |
alias(const MemoryLocation &LocA, const MemoryLocation &LocB) | llvm::AAResults | |
alias(const Value *V1, LocationSize V1Size, const Value *V2, LocationSize V2Size) | llvm::AAResults | inline |
alias(const Value *V1, const Value *V2) | llvm::AAResults | inline |
callCapturesBefore(const Instruction *I, const MemoryLocation &MemLoc, DominatorTree *DT, OrderedBasicBlock *OBB=nullptr) | llvm::AAResults | |
callCapturesBefore(const Instruction *I, const Value *P, LocationSize Size, DominatorTree *DT, OrderedBasicBlock *OBB=nullptr) | llvm::AAResults | inline |
canBasicBlockModify(const BasicBlock &BB, const MemoryLocation &Loc) | llvm::AAResults | |
canBasicBlockModify(const BasicBlock &BB, const Value *P, LocationSize Size) | llvm::AAResults | inline |
canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, const MemoryLocation &Loc, const ModRefInfo Mode) | llvm::AAResults | |
canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, const Value *Ptr, LocationSize Size, const ModRefInfo Mode) | llvm::AAResults | inline |
doesAccessArgPointees(FunctionModRefBehavior MRB) | llvm::AAResults | inlinestatic |
doesAccessInaccessibleMem(FunctionModRefBehavior MRB) | llvm::AAResults | inlinestatic |
doesNotAccessMemory(const CallBase *Call) | llvm::AAResults | inline |
doesNotAccessMemory(const Function *F) | llvm::AAResults | inline |
doesNotReadMemory(FunctionModRefBehavior MRB) | llvm::AAResults | inlinestatic |
getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) | llvm::AAResults | |
getModRefBehavior(const CallBase *Call) | llvm::AAResults | |
getModRefBehavior(const Function *F) | llvm::AAResults | |
getModRefInfo(const CallBase *Call, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const CallBase *Call, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const LoadInst *L, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const LoadInst *L, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const StoreInst *S, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const StoreInst *S, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const FenceInst *S, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const AtomicCmpXchgInst *CX, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const AtomicRMWInst *RMW, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const AtomicRMWInst *RMW, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const VAArgInst *I, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const VAArgInst *I, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const CatchPadInst *I, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const CatchPadInst *I, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const CatchReturnInst *I, const MemoryLocation &Loc) | llvm::AAResults | |
getModRefInfo(const CatchReturnInst *I, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(const Instruction *I, const Optional< MemoryLocation > &OptLoc) | llvm::AAResults | inline |
getModRefInfo(const Instruction *I, const Value *P, LocationSize Size) | llvm::AAResults | inline |
getModRefInfo(Instruction *I, const CallBase *Call) | llvm::AAResults | |
getModRefInfo(const CallBase *Call1, const CallBase *Call2) | llvm::AAResults | |
invalidate(Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv) | llvm::AAResults | |
isMustAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) | llvm::AAResults | inline |
isMustAlias(const Value *V1, const Value *V2) | llvm::AAResults | inline |
isNoAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) | llvm::AAResults | inline |
isNoAlias(const Value *V1, LocationSize V1Size, const Value *V2, LocationSize V2Size) | llvm::AAResults | inline |
isNoAlias(const Value *V1, const Value *V2) | llvm::AAResults | inline |
onlyAccessesArgPointees(FunctionModRefBehavior MRB) | llvm::AAResults | inlinestatic |
onlyAccessesInaccessibleMem(FunctionModRefBehavior MRB) | llvm::AAResults | inlinestatic |
onlyAccessesInaccessibleOrArgMem(FunctionModRefBehavior MRB) | llvm::AAResults | inlinestatic |
onlyReadsMemory(const CallBase *Call) | llvm::AAResults | inline |
onlyReadsMemory(const Function *F) | llvm::AAResults | inline |
onlyReadsMemory(FunctionModRefBehavior MRB) | llvm::AAResults | inlinestatic |
pointsToConstantMemory(const MemoryLocation &Loc, bool OrLocal=false) | llvm::AAResults | |
pointsToConstantMemory(const Value *P, bool OrLocal=false) | llvm::AAResults | inline |
~AAResults() | llvm::AAResults |