Home
last modified time | relevance | path

Searched defs:AC (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp36 AssumptionCache &AC) { in promoteMemoryToRegister()
63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
89 AssumptionCache &AC = in runOnFunction() local
H A DAssumeBundleBuilder.cpp109 AssumptionCache* AC = nullptr; member
292 bool llvm::salvageKnowledge(Instruction *I, AssumptionCache *AC, in salvageKnowledge()
310 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge()
320 AssumptionCache *AC, in simplifyRetainedKnowledge()
337 AssumptionCache &AC; member
544 bool simplifyAssumes(Function &F, AssumptionCache *AC, DominatorTree *DT) { in simplifyAssumes()
578 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
H A DLoopSimplify.cpp174 AssumptionCache *AC) { in findPHIToPartitionLoops()
218 AssumptionCache *AC, MemorySSAUpdater *MSSAU) { in separateNestedLoop()
480 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop()
701 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop()
800 AssumptionCache *AC = in runOnFunction() local
832 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
H A DLowerSwitch.cpp353 AssumptionCache *AC, LazyValueInfo *LVI) { in ProcessSwitchInst()
537 bool LowerSwitch(Function &F, LazyValueInfo *LVI, AssumptionCache *AC) { in LowerSwitch()
601 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction() local
608 AssumptionCache *AC = AM.getCachedResult<AssumptionAnalysis>(F); in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *Addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
H A DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
89 AssumptionCache &AC; variable
H A DLazyValueInfo.h36 AssumptionCache *AC = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp159 AnalysisContext &AC; member in clang::dataflow::__anon57fc8b7a0211::JoinedStateBuilder
172 JoinedStateBuilder(AnalysisContext &AC, in JoinedStateBuilder()
219 computeBlockInputState(const CFGBlock &Block, AnalysisContext &AC) { in computeBlockInputState()
315 AnalysisContext &AC) { in builtinTransferStatement()
381 AnalysisContext &AC) { in builtinTransfer()
413 transferCFGBlock(const CFGBlock &Block, AnalysisContext &AC, in transferCFGBlock()
501 AnalysisContext AC(ACFG, Analysis, StartingEnv, BlockStates); in runTypeErasedDataflowAnalysis() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp44 static AnnotationCache AC; in getAnnotationCache() local
50 auto &AC = getAnnotationCache(); in clearAnnotationCache() local
66 auto &AC = getAnnotationCache(); in cacheAnnotationFromMD() local
100 auto &AC = getAnnotationCache(); in cacheAnnotationFromMD() local
135 auto &AC = getAnnotationCache(); in findOneNVVMAnnotation() local
158 auto &AC = getAnnotationCache(); in findAllNVVMAnnotation() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp39 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
189 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
203 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer()
224 AssumptionCache *AC, in isDereferenceablePointer()
265 AssumptionCache *AC) { in isDereferenceableAndAlignedInLoop()
362 AssumptionCache *AC, in isSafeToLoadUnconditionally()
439 AssumptionCache *AC, in isSafeToLoadUnconditionally()
781 AssumptionCache *AC) { in isDereferenceableReadOnlyLoop()
H A DCodeMetrics.cpp72 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
96 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
H A DAssumeBundleQueries.cpp156 getKnowledgeForValue(const Value * V,ArrayRef<Attribute::AttrKind> AttrKinds,AssumptionCache * AC,function_ref<bool (RetainedKnowledge,Instruction *,const CallBase::BundleOpInfo *)> Filter) getKnowledgeForValue() argument
198 getKnowledgeValidInContext(const Value * V,ArrayRef<Attribute::AttrKind> AttrKinds,const Instruction * CtxI,const DominatorTree * DT,AssumptionCache * AC) getKnowledgeValidInContext() argument
H A DLint.cpp129 AssumptionCache *AC; member in __anon88a7481a0111::Lint
137 AssumptionCache *AC, DominatorTree *DT, TargetLibraryInfo *TLI) in Lint()
513 AssumptionCache *AC) { in isZero()
698 auto *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h55 AssumptionCache &AC; variable
82 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, in TruncInstCombine()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp50 bool inferAlignment(Function &F, AssumptionCache &AC, DominatorTree &DT) { in inferAlignment()
86 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
H A DInstSimplifyPass.cpp100 AssumptionCache *AC = in runOnFunction() local
127 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
H A DLoopDataPrefetch.cpp64 LoopDataPrefetch(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, in LoopDataPrefetch()
106 AssumptionCache *AC; member in __anon0c2e89580111::LoopDataPrefetch
177 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
202 AssumptionCache *AC = in runOnFunction() local
H A DLoopFlatten.cpp645 AssumptionCache *AC) { in checkOverflow()
702 ScalarEvolution *SE, AssumptionCache *AC, in CanFlattenLoopPair()
748 ScalarEvolution *SE, AssumptionCache *AC, in DoFlattenLoopPair()
839 ScalarEvolution *SE, AssumptionCache *AC, in CanWidenIV()
905 ScalarEvolution *SE, AssumptionCache *AC, in FlattenLoopPair()
H A DAlignmentFromAssumptions.cpp277 runImpl(Function & F,AssumptionCache & AC,ScalarEvolution * SE_,DominatorTree * DT_) runImpl() argument
297 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); run() local
H A DLoopUnrollAndJamPass.cpp153 LoopInfo *LI, AssumptionCache *AC, ScalarEvolution &SE, in computeUnrollAndJamCount()
281 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
427 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp149 AssumptionCache &AC, OptimizationRemarkEmitter *ORE, in HardwareLoopsImpl()
171 AssumptionCache &AC; member in __anon3d0d820f0111::HardwareLoopsImpl
247 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
276 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp47 auto &AC = Iter->second; in convertToAtomicChanges() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h180 AssumptionCache *AC; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp344 AssumptionContext AC = {L.getParent(), R.getParent()}; in diffCallSites() local
372 const AssumptionContext *AC = AllowAssumptions ? &ACValue : nullptr; in diff() local
552 const AssumptionContext *AC) { in equivalentAsOperands()
653 const AssumptionContext *AC) { in equivalentAsOperands()
704 const AssumptionContext *AC) { in equivalentAsOperands()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedNewArraySizeChecker.cpp41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall() local

123456