Searched defs:AC (Results 1 - 25 of 132) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h180 AssumptionCache *AC; member in class:llvm::NaryReassociatePass
H A DMemCpyOptimizer.h45 AssumptionCache *AC = nullptr; member in class:llvm::MemCpyOptPass
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp47 auto &AC = Iter->second; local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp70 collectEphemeralValues( const Loop *L, AssumptionCache *AC, SmallPtrSetImpl<const Value *> &EphValues) argument
94 collectEphemeralValues( const Function *F, AssumptionCache *AC, SmallPtrSetImpl<const Value *> &EphValues) argument
H A DValueTracking.cpp164 computeKnownBits(const Value *V, KnownBits &Known, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) argument
173 computeKnownBits(const Value *V, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) argument
181 computeKnownBits(const Value *V, const APInt &DemandedElts, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, const Instruction *CxtI, const DominatorTree *DT, bool UseInstrInfo) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h70 AssumptionCache *AC = nullptr; member in struct:llvm::SLPVectorizerPass
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h46 AssumptionCache *AC; member in class:llvm::PHITransAddr
52 PHITransAddr(Value *Addr, const DataLayout &DL, AssumptionCache *AC) argument
H A DDemandedBits.h40 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : argument
87 AssumptionCache &AC; member in class:llvm::DemandedBits
H A DBasicAliasAnalysis.h45 AssumptionCache &AC; member in class:llvm::BasicAAResult
55 BasicAAResult(const DataLayout &DL, const Function &F, const TargetLibraryInfo &TLI, AssumptionCache &AC, DominatorTree *DT = nullptr) argument
[all...]
H A DLoopAnalysisManager.h53 AssumptionCache &AC; member in struct:llvm::LoopStandardAnalysisResults
H A DLazyValueInfo.h33 AssumptionCache *AC = nullptr; member in class:llvm::LazyValueInfo
H A DSimplifyQuery.h64 AssumptionCache *AC = nullptr; member in struct:llvm::SimplifyQuery
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp63 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
93 AssumptionCache &AC = variable
35 promoteMemoryToRegister(Function &F, DominatorTree &DT, AssumptionCache &AC) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp50 bool inferAlignment(Function &F, AssumptionCache &AC, DominatorTree &DT) { argument
86 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); local
H A DInstSimplifyPass.cpp100 AssumptionCache *AC = variable
127 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
H A DLoopRotation.cpp131 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); variable
H A DLoopInstSimplify.cpp45 simplifyLoopInst(Loop &L, DominatorTree &DT, LoopInfo &LI, AssumptionCache &AC, const TargetLibraryInfo &TLI, MemorySSAUpdater *MSSAU) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp27 AnalysisDeclContext* AC; member in class:__anon2148::WalkAST
H A DCastToStructChecker.cpp29 AnalysisDeclContext *AC; member in class:__anon2137::CastToStructVisitor
H A DConversionChecker.cpp149 const auto &AC = C.getASTContext(); local
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp59 Action::ActionClass AC = JA.getKind(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h55 AssumptionCache &AC; member in class:llvm::TruncInstCombine
82 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h106 AssumptionCache *AC; member in class:llvm::LibCallSimplifier
H A DSimplifyCFGOptions.h34 AssumptionCache *AC = nullptr; member in struct:llvm::SimplifyCFGOptions
H A DCodeExtractor.h93 AssumptionCache *AC; member in class:llvm::CodeExtractor

Completed in 383 milliseconds

123456