Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp103 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies()
125 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp219 CheckerInfoSet Deps; in initializeRegistry() local
243 CheckerInfoSet Deps; in initializeRegistry() local
261 static bool collectStrongDependencies(const ConstCheckerInfoList &Deps, in collectStrongDependencies()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DComputeDependence.cpp83 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local
437 auto Deps = ExprDependence::None; in computeDependence() local
639 auto Deps = E->getInit()->getDependence(); in computeDependence() local
706 auto Deps = ExprDependence::None; in computeDependence() local
831 auto Deps = ExprDependence::None; in computeDependence() local
DTemplateBase.cpp190 auto Deps = TemplateArgumentDependence::None; in getDependence() local
651 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) { in initializeFrom()
DExprCXX.cpp437 auto Deps = TemplateArgumentDependence::None; in OverloadExpr() local
468 auto Deps = TemplateArgumentDependence::None; in DependentScopeDeclRefExpr() local
1380 auto Deps = TemplateArgumentDependence::None; in CXXDependentScopeMemberExpr() local
DExpr.cpp421 auto Deps = TemplateArgumentDependence::None; in DeclRefExpr() local
1675 auto Deps = E->getDependence(); in Create() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
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
DMachinePipeliner.cpp951 SmallVector<SDep, 4> Deps; in changeDependences() local
DMachineScheduler.cpp3446 SmallVectorImpl<SDep> &Deps = isTop ? SU->Preds : SU->Succs; in reschedulePhysReg() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DDDG.h452 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
478 DependenceList Deps; in getDependenceString() local
DVectorUtils.h939 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemDepPrinter.cpp42 DepSetMap Deps; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugUtils.cpp203 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<()
DRTDyldObjectLinkingLayer.cpp46 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
DObjectLinkingLayer.cpp197 [this](const SymbolDependenceMap &Deps) { in lookup()
DCore.cpp391 &SrcJD](const SymbolDependenceMap &Deps) { in materialize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp373 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp554 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
DHexagonVectorCombine.cpp176 InstList Deps; // List of dependencies. member
556 DepList Deps; in createLoadGroups() local
585 DepList Deps = getUpwardDeps(Info.Inst, Base); in createLoadGroups() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp179 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
DGVN.cpp1140 void GVN::AnalyzeLoadAvailability(LoadInst *Load, LoadDepVect &Deps, in AnalyzeLoadAvailability()
1602 LoadDepVect Deps; in processNonLocalLoad() local
DNewGVN.cpp2722 SmallPtrSet<Value *, 4> Deps; in makePossiblePHIOfOps() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DELF.h615 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); in loadVersionMap() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1327 bool Bytes, bool Extras, bool Deps) { in dumpPartialTypeStream()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp531 auto Deps = ExprDependence::None; in VisitExpr() local

12