Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/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.cpp108 AssumptionCache* AC = nullptr; member
293 void llvm::salvageKnowledge(Instruction *I, AssumptionCache *AC, in salvageKnowledge()
308 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge()
318 AssumptionCache *AC, in simplifyRetainedKnowledge()
335 AssumptionCache &AC; member
542 bool simplifyAssumes(Function &F, AssumptionCache *AC, DominatorTree *DT) { in simplifyAssumes()
583 AssumptionCache &AC = in runOnFunction() local
612 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
628 AssumptionCache &AC = in runOnFunction() local
H A DLoopSimplify.cpp179 AssumptionCache *AC) { in findPHIToPartitionLoops()
223 AssumptionCache *AC, MemorySSAUpdater *MSSAU) { in separateNestedLoop()
487 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop()
720 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop()
813 AssumptionCache *AC = in runOnFunction() local
847 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
H A DPredicateInfo.cpp258 AssumptionCache &AC; member in llvm::PredicateInfoBuilder
295 AssumptionCache &AC) in PredicateInfoBuilder()
758 AssumptionCache &AC) in PredicateInfo()
832 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
843 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
905 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
H A DPromoteMemoryToRegister.cpp230 AssumptionCache *AC; member
301 static void addAssumeNonNull(AssumptionCache *AC, LoadInst *LI) { in addAssumeNonNull()
356 DominatorTree &DT, AssumptionCache *AC) { in rewriteSingleStoreAlloca()
459 AssumptionCache *AC) { in promoteSingleBlockAlloca()
1014 AssumptionCache *AC) { in PromoteMemToReg()
H A DLowerSwitch.cpp347 AssumptionCache *AC, LazyValueInfo *LVI) { in ProcessSwitchInst()
523 bool LowerSwitch(Function &F, LazyValueInfo *LVI, AssumptionCache *AC) { in LowerSwitch()
589 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction() local
596 AssumptionCache *AC = AM.getCachedResult<AssumptionAnalysis>(F); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp433 AssumptionCache *AC) { in checkOverflow()
472 ScalarEvolution *SE, AssumptionCache *AC, in CanFlattenLoopPair()
516 ScalarEvolution *SE, AssumptionCache *AC, in DoFlattenLoopPair()
578 ScalarEvolution *SE, AssumptionCache *AC, in CanWidenIV()
628 ScalarEvolution *SE, AssumptionCache *AC, in FlattenLoopPair()
662 AssumptionCache *AC, TargetTransformInfo *TTI) { in Flatten()
679 auto *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
742 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
H A DInstSimplifyPass.cpp107 AssumptionCache *AC = in runOnFunction() local
137 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 __anon7e7bb6630111::LoopDataPrefetch
174 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
199 AssumptionCache *AC = in runOnFunction() local
H A DAlignmentFromAssumptions.cpp320 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
327 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()
347 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
H A DLoopInstSimplify.cpp52 AssumptionCache &AC, const TargetLibraryInfo &TLI, in simplifyLoopInst()
192 AssumptionCache &AC = in runOnLoop() local
H A DLoopUnrollAndJamPass.cpp284 const TargetTransformInfo &TTI, AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
430 AssumptionCache &AC, DependenceInfo &DI, in tryToUnrollAndJamLoop()
473 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(*F); in runOnLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
86 AssumptionCache &AC; variable
H A DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCodeMetrics.cpp71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
95 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
H A DLint.cpp129 AssumptionCache *AC; member in __anonfec56c450111::Lint
137 AssumptionCache *AC, DominatorTree *DT, TargetLibraryInfo *TLI) in Lint()
520 AssumptionCache *AC) { in isZero()
709 auto *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
751 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in INITIALIZE_PASS_DEPENDENCY() local
H A DAssumeBundleQueries.cpp156 AssumptionCache *AC, in getKnowledgeForValue()
198 const Instruction *CtxI, const DominatorTree *DT, AssumptionCache *AC) { in getKnowledgeValidInContext()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68851.h74 #define AC (SCC+1) /* 55 */ macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68851.h74 #define AC (SCC+1) /* 55 */ macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DTransformer.cpp53 auto &AC = Iter->second; in run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp88 ASTContext &AC = C.getASTContext(); in isVforkCall() local
113 ASTContext &AC = C.getASTContext(); in isCallWhitelisted() local
H A DCStringSyntaxChecker.cpp35 AnalysisDeclContext* AC; member in __anonb84c804f0111::WalkAST
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h180 AssumptionCache *AC; variable
H A DSROA.h68 AssumptionCache *AC = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp89 AvailableComponent *AC = ComponentMap.lookup(Name); in VisitComponent() local
124 AvailableComponent *AC = ComponentMap.lookup(*Iter); in VisitComponent() local
174 AvailableComponent *AC = &AvailableComponents[i]; in ComputeLibsForComponents() local

123456