Home
last modified time | relevance | path

Searched defs:Deps (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp103 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 DCheckerRegistry.cpp219 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 DComputeDependence.cpp83 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 DTemplateBase.cpp189 auto Deps = TemplateArgumentDependence::None; in getDependence() local
650 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) { in initializeFrom()
H A DExprCXX.cpp436 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 DExpr.cpp421 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 DMachineTraceMetrics.cpp652 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 DMachineScheduler.cpp3442 SmallVectorImpl<SDep> &Deps = isTop ? SU->Preds : SU->Succs; in reschedulePhysReg() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h452 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
478 DependenceList Deps; in getDependenceString() local
H A DVectorUtils.h936 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemDepPrinter.cpp42 DepSetMap Deps; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp22 makeInvocationForModuleBuildWithoutPaths(const ModuleDeps &Deps, in makeInvocationForModuleBuildWithoutPaths()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp46 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
H A DDebugUtils.cpp203 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<()
H A DObjectLinkingLayer.cpp198 [this](const SymbolDependenceMap &Deps) { in lookup()
H A DCore.cpp391 &SrcJD](const SymbolDependenceMap &Deps) { in materialize()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.h461 typedef std::vector<std::string> Deps; typedef
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.h461 typedef std::vector<std::string> Deps; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp373 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp554 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
H A DHexagonVectorCombine.cpp176 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 DLoopLoadElimination.cpp180 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
H A DGVN.cpp1141 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 DELF.h615 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); in loadVersionMap() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1327 bool Bytes, bool Extras, bool Deps) { in dumpPartialTypeStream()

12