/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 103 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies() 125 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 219 CheckerInfoSet Deps; in initializeRegistry() local 243 CheckerInfoSet Deps; in initializeRegistry() local 261 static bool collectStrongDependencies(const ConstCheckerInfoList &Deps, in collectStrongDependencies()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 83 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local 437 auto Deps = ExprDependence::None; in computeDependence() local 635 auto Deps = E->getInit()->getDependence(); in computeDependence() local 702 auto Deps = ExprDependence::None; in computeDependence() local 823 auto Deps = ExprDependence::None; in computeDependence() local
|
H A D | TemplateBase.cpp | 189 auto Deps = TemplateArgumentDependence::None; in getDependence() local 650 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) { in initializeFrom()
|
H A D | ExprCXX.cpp | 436 auto Deps = TemplateArgumentDependence::None; in OverloadExpr() local 467 auto Deps = TemplateArgumentDependence::None; in DependentScopeDeclRefExpr() local 1379 auto Deps = TemplateArgumentDependence::None; in CXXDependentScopeMemberExpr() local
|
H A D | Expr.cpp | 421 auto Deps = TemplateArgumentDependence::None; in DeclRefExpr() local 1609 auto Deps = E->getDependence(); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 652 SmallVectorImpl<DataDep> &Deps, in getDataDeps() 682 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() 701 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() 784 SmallVector<DataDep, 8> Deps; in updateDepth() local 1044 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local 1184 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
|
H A D | MachineScheduler.cpp | 3442 SmallVectorImpl<SDep> &Deps = isTop ? SU->Preds : SU->Succs; in reschedulePhysReg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 452 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 478 DependenceList Deps; in getDependenceString() local
|
H A D | VectorUtils.h | 936 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemDepPrinter.cpp | 42 DepSetMap Deps; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 22 makeInvocationForModuleBuildWithoutPaths(const ModuleDeps &Deps, in makeInvocationForModuleBuildWithoutPaths()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 46 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
|
H A D | DebugUtils.cpp | 203 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<()
|
H A D | ObjectLinkingLayer.cpp | 198 [this](const SymbolDependenceMap &Deps) { in lookup()
|
H A D | Core.cpp | 391 &SrcJD](const SymbolDependenceMap &Deps) { in materialize()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | dynobj.h | 461 typedef std::vector<std::string> Deps; typedef
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | dynobj.h | 461 typedef std::vector<std::string> Deps; typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 373 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 554 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
|
H A D | HexagonVectorCombine.cpp | 176 InstList Deps; // List of dependencies. member 551 DepList Deps; in createLoadGroups() local 580 DepList Deps = getUpwardDeps(Info.Inst, Base); in createLoadGroups() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 180 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
|
H A D | GVN.cpp | 1141 void GVN::AnalyzeLoadAvailability(LoadInst *Load, LoadDepVect &Deps, in AnalyzeLoadAvailability() 1603 LoadDepVect Deps; in processNonLocalLoad() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 615 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); in loadVersionMap() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 1327 bool Bytes, bool Extras, bool Deps) { in dumpPartialTypeStream()
|