Searched refs:AC (Results 1 - 25 of 155) sorted by relevance

1234567

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp3.cpp34 namespace AC { namespace
40 if (AC::i)
41 AC::f();
/external/clang/test/SemaCXX/
H A Dmissing-header.cpp6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { argument
/external/clang/test/CodeGenCXX/
H A Dmangle-alias-template.cpp27 Alloc<int> AC; local
28 h(AC);
31 h<Alloc>(AC);
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dconst_first_const_second.pass.cpp29 class AC class
33 constexpr AC(int data) : data_(data) {} function in class:AC
35 constexpr bool operator==(const AC& a) const {return data_ == a.data_;}
62 typedef std::pair<AC, int> P;
64 static_assert(p.first == AC(1), "");
/external/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h55 AssumptionCache *AC = nullptr,
64 AssumptionCache *AC = nullptr,
73 AssumptionCache *AC = nullptr,
82 AssumptionCache *AC = nullptr,
91 AssumptionCache *AC = nullptr,
99 AssumptionCache *AC = nullptr,
107 AssumptionCache *AC = nullptr,
115 AssumptionCache *AC = nullptr,
124 AssumptionCache *AC = nullptr,
132 AssumptionCache *AC
[all...]
H A DPHITransAddr.h47 AssumptionCache *AC; member in class:llvm::PHITransAddr
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) argument
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
H A DValueTracking.h47 AssumptionCache *AC = nullptr,
57 AssumptionCache *AC = nullptr,
65 AssumptionCache *AC = nullptr,
76 AssumptionCache *AC = nullptr,
85 AssumptionCache *AC = nullptr,
91 AssumptionCache *AC = nullptr,
98 AssumptionCache *AC = nullptr,
112 unsigned Depth = 0, AssumptionCache *AC = nullptr,
125 unsigned Depth = 0, AssumptionCache *AC = nullptr,
320 AssumptionCache *AC,
[all...]
H A DCodeMetrics.h96 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC,
101 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
H A DBasicAliasAnalysis.h43 AssumptionCache &AC; member in class:llvm::BasicAAResult
49 AssumptionCache &AC, DominatorTree *DT = nullptr,
51 : AAResultBase(TLI), DL(DL), AC(AC), DT(DT), LI(LI) {}
54 : AAResultBase(Arg), DL(Arg.DL), AC(Arg.AC), DT(Arg.DT), LI(Arg.LI) {}
56 : AAResultBase(std::move(Arg)), DL(Arg.DL), AC(Arg.AC), DT(Arg.DT),
137 const DataLayout &DL, unsigned Depth, AssumptionCache *AC,
144 AssumptionCache *AC, DominatorTre
48 BasicAAResult(const DataLayout &DL, const TargetLibraryInfo &TLI, AssumptionCache &AC, DominatorTree *DT = nullptr, LoopInfo *LI = nullptr) argument
[all...]
H A DDemandedBits.h60 AssumptionCache *AC; member in struct:llvm::DemandedBits
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp28 AnalysisDeclContext* AC; member in class:__anon1645::WalkAST
32 : BR(br), Checker(checker), AC(ac) {}
66 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
67 BR.EmitBasicReport(AC->getDecl(), Checker,
H A DIdenticalExprChecker.cpp40 AnalysisDeclContext *AC; member in class:__anon1669::FindIdenticalExprVisitor
45 : BR(B), Checker(Checker), AC(A) {}
72 BR.EmitBasicReport(AC->getDecl(), Checker,
92 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) {
100 if (isIdenticalStmt(AC->getASTContext(), RHS, LHS)) {
119 if (InnerIf && isIdenticalStmt(AC->getASTContext(), I->getCond(), InnerIf->getCond(), /*ignoreSideEffects=*/ false)) {
120 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC);
121 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
141 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) {
143 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
[all...]
H A DObjCContainersASTChecker.cpp31 AnalysisDeclContext* AC; member in class:__anon1694::WalkAST
76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
145 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
146 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
H A DVirtualCallChecker.cpp33 AnalysisDeclContext *AC; member in class:__anon1733::WalkAST
64 : Checker(checker), BR(br), AC(ac), visitingCallExpr(nullptr) {}
191 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
197 BR.EmitBasicReport(AC->getDecl(), Checker,
206 BR.EmitBasicReport(AC->getDecl(), Checker,
H A DCheckSecuritySyntaxOnly.cpp64 AnalysisDeclContext* AC; member in class:__anon1642::WalkAST
74 : BR(br), AC(ac), II_setid(),
293 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
328 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
368 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
369 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw,
409 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
410 BR.EmitBasicReport(AC
[all...]
H A DVforkChecker.cpp89 ASTContext &AC = C.getASTContext(); local
90 II_vfork = &AC.Idents.get("vfork");
113 ASTContext &AC = C.getASTContext(); local
115 VforkWhitelist.insert(&AC.Idents.get(*id));
/external/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h46 AssumptionCache *AC = nullptr);
H A DUnrollLoop.h35 AssumptionCache *AC, bool PreserveLCSSA);
/external/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp130 AssumptionCache *AC,
139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) {
150 AssumptionCache *AC, int BonusInstThreshold) {
153 EverChanged |= iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold);
167 EverChanged = iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold);
183 auto &AC = AM->getResult<AssumptionAnalysis>(F); local
185 if (!simplifyFunctionCFG(F, TTI, &AC, BonusInstThreshold))
210 AssumptionCache *AC =
214 return simplifyFunctionCFG(F, TTI, AC, BonusInstThreshold);
129 iterativelySimplifyCFG(Function &F, const TargetTransformInfo &TTI, AssumptionCache *AC, unsigned BonusInstThreshold) argument
149 simplifyFunctionCFG(Function &F, const TargetTransformInfo &TTI, AssumptionCache *AC, int BonusInstThreshold) argument
/external/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h57 AssumptionCache *AC; member in class:llvm::SROA
102 SROA() : C(nullptr), DT(nullptr), AC(nullptr) {}
/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp72 AssumptionCache &AC = local
87 PromoteMemToReg(Allocas, DT, nullptr, &AC);
/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp66 AvailableComponent *AC = ComponentMap.lookup(Name); local
67 assert(AC && "Invalid component name!");
70 if (!VisitedComponents.insert(AC).second) {
76 if (!AC->IsInstalled && !IncludeNonInstalled)
80 for (unsigned i = 0; AC->RequiredLibraries[i]; ++i) {
81 VisitComponent(AC->RequiredLibraries[i], ComponentMap, VisitedComponents,
92 if (AC->Library) {
94 *HasMissing = !sys::fs::exists(*ActiveLibDir + "/" + AC->Library);
96 RequiredLibs.push_back(AC->Library);
118 AvailableComponent *AC local
[all...]
/external/llvm/lib/Analysis/
H A DCodeMetrics.cpp65 const Loop *L, AssumptionCache *AC,
69 for (auto &AssumeVH : AC->assumptions()) {
87 const Function *F, AssumptionCache *AC,
91 for (auto &AssumeVH : AC->assumptions()) {
64 collectEphemeralValues( const Loop *L, AssumptionCache *AC, SmallPtrSetImpl<const Value *> &EphValues) argument
86 collectEphemeralValues( const Function *F, AssumptionCache *AC, SmallPtrSetImpl<const Value *> &EphValues) argument
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h143 AssumptionCache *AC; member in class:llvm::InstCombineIRInserter
146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) argument
147 : Worklist(WL), AC(AC) {}
156 AC->registerAssumption(cast<CallInst>(I));
185 AssumptionCache *AC; member in class:llvm::InstCombiner
199 AssumptionCache *AC, TargetLibraryInfo *TLI,
202 AA(AA), AC(AC), TLI(TLI), DT(DT), DL(DL), LI(LI), MadeIRChange(false) {}
209 AssumptionCache *getAssumptionCache() const { return AC; }
197 InstCombiner(InstCombineWorklist &Worklist, BuilderTy *Builder, bool MinimizeSize, AliasAnalysis *AA, AssumptionCache *AC, TargetLibraryInfo *TLI, DominatorTree *DT, const DataLayout &DL, LoopInfo *LI) argument
[all...]

Completed in 990 milliseconds

1234567