/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 112 alias(const MemoryLocation & LocA,const MemoryLocation & LocB,AAQueryInfo & AAQI,const Instruction * CtxI) alias() argument 156 getModRefInfoMask(const MemoryLocation & Loc,AAQueryInfo & AAQI,bool IgnoreLocals) getModRefInfoMask() argument 191 getModRefInfo(const Instruction * I,const CallBase * Call2,AAQueryInfo & AAQI) getModRefInfo() argument 213 getModRefInfo(const CallBase * Call,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 266 getModRefInfo(const CallBase * Call1,const CallBase * Call2,AAQueryInfo & AAQI) getModRefInfo() argument 373 getMemoryEffects(const CallBase * Call,AAQueryInfo & AAQI) getMemoryEffects() argument 388 SimpleAAQueryInfo AAQI(*this); getMemoryEffects() local 468 getModRefInfo(const LoadInst * L,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 486 getModRefInfo(const StoreInst * S,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 512 getModRefInfo(const FenceInst * S,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 523 getModRefInfo(const VAArgInst * V,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 542 getModRefInfo(const CatchPadInst * CatchPad,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 555 getModRefInfo(const CatchReturnInst * CatchRet,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 568 getModRefInfo(const AtomicCmpXchgInst * CX,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 586 getModRefInfo(const AtomicRMWInst * RMW,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 650 callCapturesBefore(const Instruction * I,const MemoryLocation & MemLoc,DominatorTree * DT,AAQueryInfo & AAQI) callCapturesBefore() argument [all...] |
H A D | ObjCARCAliasAnalysis.cpp | 44 AAQueryInfo &AAQI, const Instruction *) { in alias() argument 78 AAQueryInfo &AAQI, in getModRefInfoMask() argument 118 AAQueryInfo &AAQI) { in getModRefInfo() argument [all...] |
H A D | ScopedNoAliasAA.cpp | 56 AAQueryInfo &AAQI, in alias() 77 AAQueryInfo &AAQI) { in getModRefInfo() 94 AAQueryInfo &AAQI) { in getModRefInfo()
|
H A D | BasicAliasAnalysis.cpp | 717 getModRefInfoMask(const MemoryLocation & Loc,AAQueryInfo & AAQI,bool IgnoreLocals) getModRefInfoMask() argument 794 getMemoryEffects(const CallBase * Call,AAQueryInfo & AAQI) getMemoryEffects() argument 864 alias(const MemoryLocation & LocA,const MemoryLocation & LocB,AAQueryInfo & AAQI,const Instruction * CtxI) alias() argument 879 getModRefInfo(const CallBase * Call,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 1002 getModRefInfo(const CallBase * Call1,const CallBase * Call2,AAQueryInfo & AAQI) getModRefInfo() argument 1050 aliasGEP(const GEPOperator * GEP1,LocationSize V1Size,const Value * V2,LocationSize V2Size,const Value * UnderlyingV1,const Value * UnderlyingV2,AAQueryInfo & AAQI) aliasGEP() argument 1312 aliasSelect(const SelectInst * SI,LocationSize SISize,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI) aliasSelect() argument 1346 aliasPHI(const PHINode * PN,LocationSize PNSize,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI) aliasPHI() argument 1464 aliasCheck(const Value * V1,LocationSize V1Size,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI,const Instruction * CtxI) aliasCheck() argument 1672 aliasCheckRecursive(const Value * V1,LocationSize V1Size,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI,const Value * O1,const Value * O2) aliasCheckRecursive() argument 1727 isValueEqualInPotentialCycles(const Value * V,const Value * V2,const AAQueryInfo & AAQI) isValueEqualInPotentialCycles() argument 1746 subtractDecomposedGEPs(DecomposedGEP & DestGEP,const DecomposedGEP & SrcGEP,const AAQueryInfo & AAQI) subtractDecomposedGEPs() argument 1791 constantOffsetHeuristic(const DecomposedGEP & GEP,LocationSize MaybeV1Size,LocationSize MaybeV2Size,AssumptionCache * AC,DominatorTree * DT,const AAQueryInfo & AAQI) constantOffsetHeuristic() argument [all...] |
H A D | TypeBasedAliasAnalysis.cpp | 376 alias(const MemoryLocation & LocA,const MemoryLocation & LocB,AAQueryInfo & AAQI,const Instruction *) alias() argument 388 getModRefInfoMask(const MemoryLocation & Loc,AAQueryInfo & AAQI,bool IgnoreLocals) getModRefInfoMask() argument 407 getMemoryEffects(const CallBase * Call,AAQueryInfo & AAQI) getMemoryEffects() argument 427 getModRefInfo(const CallBase * Call,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 441 getModRefInfo(const CallBase * Call1,const CallBase * Call2,AAQueryInfo & AAQI) getModRefInfo() argument
|
H A D | ScalarEvolutionAliasAnalysis.cpp | 37 const MemoryLocation &LocB, AAQueryInfo &AAQI, in alias() argument
|
H A D | GlobalsModRef.cpp | 815 alias(const MemoryLocation & LocA,const MemoryLocation & LocB,AAQueryInfo & AAQI,const Instruction *) alias() argument 897 getModRefInfoForArgument(const CallBase * Call,const GlobalValue * GV,AAQueryInfo & AAQI) getModRefInfoForArgument() argument 929 getModRefInfo(const CallBase * Call,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAliasAnalysis.cpp | 71 const MemoryLocation &Loc2, AAQueryInfo &AAQI, in alias() 88 AAQueryInfo &AAQI, in getModRefInfoMask()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAliasAnalysis.cpp | 50 const MemoryLocation &LocB, AAQueryInfo &AAQI, in alias() 100 AAQueryInfo &AAQI, in getModRefInfoMask()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BasicAliasAnalysis.h | 50 DominatorTree *getDT(const AAQueryInfo &AAQI) const { in getDT()
|