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

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp58 auto &AC = Iter->second; local
66 auto &AC = IDChangePair.second; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h167 AssumptionCache *AC; member in class:llvm::NaryReassociatePass
H A DSROA.h67 AssumptionCache *AC = nullptr; member in class:llvm::SROA
/freebsd-13-stable/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.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : argument
72 AssumptionCache ∾ member in class:llvm::DemandedBits
H A DInstructionSimplify.h93 AssumptionCache *AC = nullptr; member in struct:llvm::SimplifyQuery
H A DLazyValueInfo.h33 AssumptionCache *AC = nullptr; member in class:llvm::LazyValueInfo
H A DLoopAnalysisManager.h54 AssumptionCache ∾ member in struct:llvm::LoopStandardAnalysisResults
H A DAssumptionCache.h67 AssumptionCache *AC; member in class:llvm::AssumptionCache::final
H A DBasicAliasAnalysis.h60 AssumptionCache ∾ member in class:llvm::BasicAAResult
66 BasicAAResult(const DataLayout &DL, const Function &F, const TargetLibraryInfo &TLI, AssumptionCache &AC, DominatorTree *DT = nullptr, LoopInfo *LI = nullptr, PhiValues *PV = nullptr) argument
[all...]
H A DIVUsers.h96 AssumptionCache *AC; member in class:llvm::IVUsers
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp63 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
89 AssumptionCache &AC = variable
35 promoteMemoryToRegister(Function &F, DominatorTree &DT, AssumptionCache &AC) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h69 AssumptionCache *AC = nullptr; member in struct:llvm::SLPVectorizerPass
H A DLoopVectorize.h150 AssumptionCache *AC; member in struct:llvm::LoopVectorizePass
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp69 collectEphemeralValues( const Loop *L, AssumptionCache *AC, SmallPtrSetImpl<const Value *> &EphValues) argument
93 collectEphemeralValues( const Function *F, AssumptionCache *AC, SmallPtrSetImpl<const Value *> &EphValues) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp27 AnalysisDeclContext* AC; member in class:__anon2194::WalkAST
H A DCastToStructChecker.cpp29 AnalysisDeclContext *AC; member in class:__anon2183::CastToStructVisitor
H A DConversionChecker.cpp142 const auto &AC = C.getASTContext(); local
H A DCStringSyntaxChecker.cpp35 AnalysisDeclContext* AC; member in class:__anon2177::WalkAST
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp105 AssumptionCache *AC = variable
135 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
H A DLoopInstSimplify.cpp192 AssumptionCache &AC = variable
51 simplifyLoopInst(Loop &L, DominatorTree &DT, LoopInfo &LI, AssumptionCache &AC, const TargetLibraryInfo &TLI, MemorySSAUpdater *MSSAU) argument
H A DLoopRotation.cpp96 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp206 AssumptionCache *AC = nullptr; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h93 AssumptionCache *AC; member in class:llvm::CodeExtractor
H A DLocal.h74 AssumptionCache *AC; member in struct:llvm::SimplifyCFGOptions

Completed in 97 milliseconds

12345