/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Mem2Reg.cpp | 36 AssumptionCache &AC) { in promoteMemoryToRegister() 63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local 89 AssumptionCache &AC = in runOnFunction() local
|
H A D | AssumeBundleBuilder.cpp | 109 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 D | LoopSimplify.cpp | 174 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 D | PHITransAddr.h | 46 AssumptionCache *AC; variable 52 PHITransAddr(Value *Addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
|
H A D | DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 89 AssumptionCache &AC; variable
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 159 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 D | missing-header.cpp | 6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough()
|
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombineInternal.h | 82 : AC(AC), TLI(TLI), DL(DL), DT(DT) {} in TruncInstCombine() argument 55 AssumptionCache &AC; global() variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAlignment.cpp | 50 inferAlignment(Function & F,AssumptionCache & AC,DominatorTree & DT) inferAlignment() argument 86 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); run() local
|
H A D | InstSimplifyPass.cpp | 100 AssumptionCache *AC = in runOnFunction() local 127 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
|
H A D | LoopDataPrefetch.cpp | 64 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 D | LoopRotationUtilsTest.cpp | 80 AssumptionCache AC(*F); in TEST() local 151 AssumptionCache AC(*F); in TEST() local
|
H A D | UnrollLoopTest.cpp | 65 AssumptionCache AC(*F); in TEST() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 50 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 D | p3.cpp | 34 namespace AC { namespace
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-alias-template.cpp | 27 Alloc<int> AC; in z() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 39 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 D | CodeMetrics.cpp | 72 const Loop *L, AssumptionCache *AC, in collectEphemeralValues() 96 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
|
/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | AttributorTest.cpp | 60 AttributorConfig AC(CGUpdater); in TEST_F() local 155 AttributorConfig AC(CGUpdater); in TEST_F() local
|
/llvm-project/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 89 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 D | ValueTrackingTest.cpp | 1102 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 D | VforkChecker.cpp | 90 ASTContext &AC = C.getASTContext(); in isVforkCall() local 115 ASTContext &AC = C.getASTContext(); in isCallExplicitelyAllowed() local
|
H A D | UndefinedNewArraySizeChecker.cpp | 41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall() local
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | NaryReassociate.h | 180 AssumptionCache *AC; variable
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Transformer.cpp | 47 auto &AC = Iter->second; in convertToAtomicChanges() local
|