Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp670 SmallVectorImpl<DataDep> &Deps, in getDataDeps() argument
698 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() argument
717 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() argument
797 SmallVector<DataDep, 8> Deps; in updateDepth() local
1052 SmallVector<DataDep, 8> Deps; computeInstrHeights() local
1188 SmallVector<DataDep, 1> Deps; getPHIDepth() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp85 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local
462 auto Deps = ExprDependence::None; computeDependence() local
696 auto Deps = E->getInit()->getDependence(); computeDependence() local
756 auto Deps = ExprDependence::None; computeDependence() local
900 auto Deps = ExprDependence::None; computeDependence() local
[all...]
H A DTemplateBase.cpp261 auto Deps = TemplateArgumentDependence::None; getDependence() local
775 initializeFrom(SourceLocation TemplateKWLoc,const TemplateArgumentListInfo & Info,TemplateArgumentLoc * OutArgArray,TemplateArgumentDependence & Deps) initializeFrom() argument
[all...]
H A DExprCXX.cpp441 auto Deps = TemplateArgumentDependence::None; OverloadExpr() local
472 auto Deps = TemplateArgumentDependence::None; DependentScopeDeclRefExpr() local
1460 auto Deps = TemplateArgumentDependence::None; CXXDependentScopeMemberExpr() local
H A DExpr.cpp463 auto Deps = TemplateArgumentDependence::None; DeclRefExpr() local
1734 auto Deps = E->getDependence(); Create() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() argument
468 DependenceList Deps; in getDependenceString() local
H A DVectorUtils.h798 auto *Deps = LAI->getDepChecker().getDependences(); collectDependences() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp88 addOutputPaths(CowCompilerInvocation & CI,ModuleDeps & Deps) addOutputPaths() argument
167 getInvocationAdjustedForModuleBuildWithoutOutputs(const ModuleDeps & Deps,llvm::function_ref<void (CowCompilerInvocation &)> Optimize) const getInvocationAdjustedForModuleBuildWithoutOutputs() argument
364 associateWithContextHash(const CowCompilerInvocation & CI,ModuleDeps & Deps) associateWithContextHash() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h32 SmallVector<DTSortableEntry *, 2> Deps; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp202 operator <<(raw_ostream & OS,const SymbolDependenceMap & Deps) operator <<() argument
H A DRTDyldObjectLinkingLayer.cpp47 __anona50813610302(const SymbolDependenceMap &Deps) lookup() argument
[all...]
H A DObjectLinkingLayer.cpp227 for (auto &[DepJD, Deps] : Deps) in lookup() argument
H A DCore.cpp420 __anon5d5857370202(const SymbolDependenceMap &Deps) materialize() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp184 const auto *Deps = LAI.getDepChecker().getDependences(); findStoreToLoadDependences() local
H A DGVN.cpp1309 AnalyzeLoadAvailability(LoadInst * Load,LoadDepVect & Deps,AvailValInBlkVect & ValuesPerBlock,UnavailBlkVect & UnavailableBlocks) AnalyzeLoadAvailability() argument
1846 LoadDepVect Deps; processNonLocalLoad() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp389 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp623 getZeroLatency(SUnit * N,SmallVector<SDep,4> & Deps) getZeroLatency() argument
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); realignLoadGroup() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h694 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); loadVersionMap() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1224 dumpPartialTypeStream(LinePrinter & Printer,LazyRandomTypeCollection & Types,TypeReferenceTracker * RefTracker,TpiStream & Stream,ArrayRef<TypeIndex> TiList,bool Bytes,bool Extras,bool Deps) dumpPartialTypeStream() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2626 auto Deps = getDepChecker().getDependences(); emitUnsafeDependenceRemark() local

12