Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp62 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies()
84 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp670 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
698 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
717 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
797 SmallVector<DataDep, 8> Deps; in updateDepth() local
1052 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local
1188 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp218 CheckerInfoSet Deps; in initializeRegistry() local
242 CheckerInfoSet Deps; in initializeRegistry() local
260 static bool collectStrongDependencies(const ConstCheckerInfoList &Deps, in collectStrongDependencies()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp85 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local
462 auto Deps = ExprDependence::None; in computeDependence() local
696 auto Deps = E->getInit()->getDependence(); in computeDependence() local
756 auto Deps = ExprDependence::None; in computeDependence() local
900 auto Deps = ExprDependence::None; in computeDependence() local
H A DTemplateBase.cpp261 auto Deps = TemplateArgumentDependence::None; in getDependence() local
775 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) { in initializeFrom()
H A DExprCXX.cpp441 auto Deps = TemplateArgumentDependence::None; in OverloadExpr() local
472 auto Deps = TemplateArgumentDependence::None; in DependentScopeDeclRefExpr() local
1460 auto Deps = TemplateArgumentDependence::None; in CXXDependentScopeMemberExpr() local
H A DExpr.cpp463 auto Deps = TemplateArgumentDependence::None; in DeclRefExpr() local
1734 auto Deps = E->getDependence(); in Create() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
468 DependenceList Deps; in getDependenceString() local
H A DVectorUtils.h798 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp88 ModuleDeps &Deps) { in addOutputPaths()
167 const ModuleDeps &Deps, in getInvocationAdjustedForModuleBuildWithoutOutputs()
364 const CowCompilerInvocation &CI, ModuleDeps &Deps) { in associateWithContextHash()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h32 SmallVector<DTSortableEntry *, 2> Deps; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp202 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<()
H A DRTDyldObjectLinkingLayer.cpp47 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
H A DObjectLinkingLayer.cpp227 [this](const SymbolDependenceMap &Deps) { in lookup()
H A DCore.cpp420 &SrcJD](const SymbolDependenceMap &Deps) { in materialize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp184 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
H A DGVN.cpp1309 void GVNPass::AnalyzeLoadAvailability(LoadInst *Load, LoadDepVect &Deps, in AnalyzeLoadAvailability()
1846 LoadDepVect Deps; in processNonLocalLoad() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp389 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp623 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
H A DHexagonVectorCombine.cpp239 InstList Deps; // List of dependencies. member
852 DepList Deps; in getUpwardDeps() local
950 DepList Deps = getUpwardDeps(Info.Inst, Base); in createLoadGroups() local
1208 DepList Deps = getUpwardDeps(In, To); in realignLoadGroup() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp83 std::vector<JITDylibState *> Deps; member
H A Dmacho_platform.cpp281 std::vector<JITDylibState *> Deps; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h694 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); in loadVersionMap() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1224 bool Bytes, bool Extras, bool Deps) { in dumpPartialTypeStream()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2626 auto Deps = getDepChecker().getDependences(); in emitUnsafeDependenceRemark() local

12