Home
last modified time | relevance | path

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

12345678

/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 salvageKnowledge(Instruction * I,AssumptionCache * AC,DominatorTree * DT) salvageKnowledge() argument
310 buildAssumeFromKnowledge(ArrayRef<RetainedKnowledge> Knowledge,Instruction * CtxI,AssumptionCache * AC,DominatorTree * DT) buildAssumeFromKnowledge() argument
320 simplifyRetainedKnowledge(AssumeInst * Assume,RetainedKnowledge RK,AssumptionCache * AC,DominatorTree * DT) simplifyRetainedKnowledge() argument
337 AssumptionCache &AC; global() member
544 simplifyAssumes(Function & F,AssumptionCache * AC,DominatorTree * DT) simplifyAssumes() argument
578 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); run() local
[all...]
H A DLoopSimplify.cpp174 findPHIToPartitionLoops(Loop * L,DominatorTree * DT,AssumptionCache * AC) findPHIToPartitionLoops() argument
218 separateNestedLoop(Loop * L,BasicBlock * Preheader,DominatorTree * DT,LoopInfo * LI,ScalarEvolution * SE,bool PreserveLCSSA,AssumptionCache * AC,MemorySSAUpdater * MSSAU) separateNestedLoop() argument
480 simplifyOneLoop(Loop * L,SmallVectorImpl<Loop * > & Worklist,DominatorTree * DT,LoopInfo * LI,ScalarEvolution * SE,AssumptionCache * AC,MemorySSAUpdater * MSSAU,bool PreserveLCSSA) simplifyOneLoop() argument
701 simplifyLoop(Loop * L,DominatorTree * DT,LoopInfo * LI,ScalarEvolution * SE,AssumptionCache * AC,MemorySSAUpdater * MSSAU,bool PreserveLCSSA) simplifyLoop() argument
800 AssumptionCache *AC = runOnFunction() local
832 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); run() local
[all...]
/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
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp159 AnalysisContext &AC; global() member in clang::dataflow::__anon75e46e6d0211::JoinedStateBuilder
172 JoinedStateBuilder(AnalysisContext & AC,Environment::ExprJoinBehavior JoinBehavior) JoinedStateBuilder() argument
219 computeBlockInputState(const CFGBlock & Block,AnalysisContext & AC) computeBlockInputState() argument
315 builtinTransferStatement(unsigned CurBlockID,const CFGStmt & Elt,TypeErasedDataflowAnalysisState & InputState,AnalysisContext & AC) builtinTransferStatement() argument
381 builtinTransfer(unsigned CurBlockID,const CFGElement & Elt,TypeErasedDataflowAnalysisState & State,AnalysisContext & AC) builtinTransfer() argument
413 transferCFGBlock(const CFGBlock & Block,AnalysisContext & AC,const CFGEltCallbacksTypeErased & PostAnalysisCallbacks={}) transferCFGBlock() argument
501 AnalysisContext AC(ACFG, Analysis, StartingEnv, BlockStates); runTypeErasedDataflowAnalysis() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dmissing-header.cpp6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h82 : AC(AC), TLI(TLI), DL(DL), DT(DT) {} in TruncInstCombine() argument
55 AssumptionCache &AC; global() variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp50 inferAlignment(Function & F,AssumptionCache & AC,DominatorTree & DT) inferAlignment() argument
86 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); 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,ScalarEvolution * SE,const TargetTransformInfo * TTI,OptimizationRemarkEmitter * ORE) LoopDataPrefetch() argument
106 AssumptionCache *AC; global() member in __anon7c0ce64b0111::LoopDataPrefetch
177 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); run() local
202 AssumptionCache *AC = runOnFunction() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DLoopRotationUtilsTest.cpp80 AssumptionCache AC(*F); in TEST() local
151 AssumptionCache AC(*F); in TEST() local
H A DUnrollLoopTest.cpp65 AssumptionCache AC(*F); in TEST() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp50 AC.Cache.erase(Mod); in clearAnnotationCache() local
100 std::lock_guard<sys::Mutex> Guard(AC.Lock); in cacheAnnotationFromMD() local
44 static AnnotationCache AC; getAnnotationCache() local
66 auto &AC = getAnnotationCache(); cacheAnnotationFromMD() local
135 auto &AC = getAnnotationCache(); findOneNVVMAnnotation() local
158 auto &AC = getAnnotationCache(); findAllNVVMAnnotation() local
[all...]
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp3.cpp34 namespace AC { namespace
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-alias-template.cpp27 Alloc<int> AC; in z() local
/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp39 isDereferenceableAndAlignedPointer(const Value * V,Align Alignment,const APInt & Size,const DataLayout & DL,const Instruction * CtxI,AssumptionCache * AC,const DominatorTree * DT,const TargetLibraryInfo * TLI,SmallPtrSetImpl<const Value * > & Visited,unsigned MaxDepth) isDereferenceableAndAlignedPointer() argument
189 isDereferenceableAndAlignedPointer(const Value * V,Align Alignment,const APInt & Size,const DataLayout & DL,const Instruction * CtxI,AssumptionCache * AC,const DominatorTree * DT,const TargetLibraryInfo * TLI) isDereferenceableAndAlignedPointer() argument
203 isDereferenceableAndAlignedPointer(const Value * V,Type * Ty,Align Alignment,const DataLayout & DL,const Instruction * CtxI,AssumptionCache * AC,const DominatorTree * DT,const TargetLibraryInfo * TLI) isDereferenceableAndAlignedPointer() argument
224 isDereferenceablePointer(const Value * V,Type * Ty,const DataLayout & DL,const Instruction * CtxI,AssumptionCache * AC,const DominatorTree * DT,const TargetLibraryInfo * TLI) isDereferenceablePointer() argument
265 isDereferenceableAndAlignedInLoop(LoadInst * LI,Loop * L,ScalarEvolution & SE,DominatorTree & DT,AssumptionCache * AC) isDereferenceableAndAlignedInLoop() argument
355 isSafeToLoadUnconditionally(Value * V,Align Alignment,const APInt & Size,const DataLayout & DL,Instruction * ScanFrom,AssumptionCache * AC,const DominatorTree * DT,const TargetLibraryInfo * TLI) isSafeToLoadUnconditionally() argument
432 isSafeToLoadUnconditionally(Value * V,Type * Ty,Align Alignment,const DataLayout & DL,Instruction * ScanFrom,AssumptionCache * AC,const DominatorTree * DT,const TargetLibraryInfo * TLI) isSafeToLoadUnconditionally() argument
[all...]
H A DCodeMetrics.cpp72 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
96 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
/llvm-project/llvm/unittests/Transforms/IPO/
H A DAttributorTest.cpp60 AttributorConfig AC(CGUpdater); in TEST_F() local
155 AttributorConfig AC(CGUpdater); in TEST_F() local
/llvm-project/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
173 for (auto &AC : AvailableComponents) in ComputeLibsForComponents() local
546 for (const auto &AC : AvailableComponents) { in main() local
/llvm-project/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1102 AssumptionCache AC(*F); in TEST_F() local
1242 AssumptionCache AC(*F); in TEST_F() local
2112 AssumptionCache AC(*F); in TEST_F() local
2133 AssumptionCache AC(*F); TEST_F() local
2158 AssumptionCache AC(*F); TEST_F() local
2398 AssumptionCache AC(*F); TEST_F() local
2416 AssumptionCache AC(*F); TEST_F() local
2433 AssumptionCache AC(*F); TEST_F() local
2463 AssumptionCache AC(*F); TEST_F() local
2518 AssumptionCache AC(*F); TEST_F() local
2545 AssumptionCache AC(*F); TEST_F() local
2578 AssumptionCache AC(*F); TEST_F() local
3033 AssumptionCache AC(*F); TEST_F() local
3066 AssumptionCache AC(*F); TEST_F() local
3104 AssumptionCache AC(*F); TEST_F() local
3136 AssumptionCache AC(*F); TEST_F() local
3163 AssumptionCache AC(*F); TEST_F() local
3196 AssumptionCache AC(*F); TEST_F() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp90 ASTContext &AC = C.getASTContext(); in isVforkCall() local
115 ASTContext &AC = C.getASTContext(); in isCallExplicitelyAllowed() local
H A DUndefinedNewArraySizeChecker.cpp41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall() local
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h180 AssumptionCache *AC; variable
/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp47 auto &AC = Iter->second; in convertToAtomicChanges() local

12345678