/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 62 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies() 84 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 670 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 D | CheckerRegistry.cpp | 218 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 D | ComputeDependence.cpp | 85 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 D | TemplateBase.cpp | 261 auto Deps = TemplateArgumentDependence::None; getDependence() local 775 initializeFrom(SourceLocation TemplateKWLoc,const TemplateArgumentListInfo & Info,TemplateArgumentLoc * OutArgArray,TemplateArgumentDependence & Deps) initializeFrom() argument [all...] |
H A D | ExprCXX.cpp | 441 auto Deps = TemplateArgumentDependence::None; OverloadExpr() local 472 auto Deps = TemplateArgumentDependence::None; DependentScopeDeclRefExpr() local 1460 auto Deps = TemplateArgumentDependence::None; CXXDependentScopeMemberExpr() local
|
H A D | Expr.cpp | 463 auto Deps = TemplateArgumentDependence::None; DeclRefExpr() local 1734 auto Deps = E->getDependence(); Create() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() argument 468 DependenceList Deps; in getDependenceString() local
|
H A D | VectorUtils.h | 798 auto *Deps = LAI->getDepChecker().getDependences(); collectDependences() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 88 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 D | SPIRVDuplicatesTracker.h | 32 SmallVector<DTSortableEntry *, 2> Deps; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugUtils.cpp | 202 operator <<(raw_ostream & OS,const SymbolDependenceMap & Deps) operator <<() argument
|
H A D | RTDyldObjectLinkingLayer.cpp | 47 __anona50813610302(const SymbolDependenceMap &Deps) lookup() argument [all...] |
H A D | ObjectLinkingLayer.cpp | 227 for (auto &[DepJD, Deps] : Deps) in lookup() argument
|
H A D | Core.cpp | 420 __anon5d5857370202(const SymbolDependenceMap &Deps) materialize() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 184 const auto *Deps = LAI.getDepChecker().getDependences(); findStoreToLoadDependences() local
|
H A D | GVN.cpp | 1309 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 D | SymbolManager.cpp | 389 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 623 getZeroLatency(SUnit * N,SmallVector<SDep,4> & Deps) getZeroLatency() argument
|
H A D | HexagonVectorCombine.cpp | 239 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 D | coff_platform.cpp | 83 std::vector<JITDylibState *> Deps; member
|
H A D | macho_platform.cpp | 281 std::vector<JITDylibState *> Deps; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 694 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); loadVersionMap() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 1224 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 D | LoopAccessAnalysis.cpp | 2626 auto Deps = getDepChecker().getDependences(); emitUnsafeDependenceRemark() local
|