/llvm-project/clang/unittests/Tooling/DependencyScanning/ |
H A D | DependencyScannerTest.cpp | 39 std::vector<std::string> &Deps) in TestFileCollector() argument 48 std::vector<std::string> &Deps; member in __anon2770b77c0111::TestFileCollector 53 TestDependencyScanningAction(std::vector<std::string> &Deps) : Deps(Deps) {} in TestDependencyScanningAction() argument 76 std::vector<std::string> &Deps; global() member in __anon2770b77c0111::TestDependencyScanningAction 104 std::vector<std::string> Deps; TEST() local 159 std::vector<std::string> Deps; TEST() local 196 std::vector<std::string> Deps; TEST() local [all...] |
/llvm-project/polly/lib/Transform/ |
H A D | DeadCodeElimination.cpp | 149 const Dependences &Deps = DI.getDependences(Dependences::AL_Statement); in runOnScop() local 176 const Dependences &Deps = DA.getDependences(Dependences::AL_Statement); in run() local
|
H A D | ScheduleTreeTransform.cpp | 688 isl::union_map Deps) { in remainingDepsFromPartialSchedule() argument 715 isl::union_map Deps) { in remainigDepsFromSequence() argument 735 const isl::union_map &Deps) { in canFuseOutermost() argument 773 const isl::union_map &Deps) { in tryGreedyFuse() argument 820 tryGreedyFuse(isl::schedule_node LHS,isl::schedule_node RHS,const isl::union_map & Deps) tryGreedyFuse() argument 848 visitBand(isl::schedule_node_band Band,isl::union_map Deps) visitBand() argument 874 visitSequence(isl::schedule_node_sequence Sequence,isl::union_map Deps) visitSequence() argument 1231 applyGreedyFusion(isl::schedule Sched,const isl::union_map & Deps) applyGreedyFusion() argument [all...] |
H A D | ScheduleOptimizer.cpp | 1015 DependenceAnalysis::Result &Deps = SAM.getResult<DependenceAnalysis>(S, SAR); in runIslScheduleOptimizerUsingNPM() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 20 JITDylibSearchOrderResolver(MaterializationResponsibility & MR,SymbolDependenceMap & Deps) JITDylibSearchOrderResolver() argument 70 SymbolDependenceMap &Deps; global() member in __anonc9b1cb420111::JITDylibSearchOrderResolver 185 auto Deps = std::make_unique<SymbolDependenceMap>(); emit() local 360 onObjEmit(MaterializationResponsibility & R,object::OwningBinary<object::ObjectFile> O,std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr,std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,std::unique_ptr<SymbolDependenceMap> Deps,Error Err) onObjEmit() argument [all...] |
H A D | DebugUtils.cpp | 206 operator <<(raw_ostream & OS,const SymbolDependenceMap & Deps) operator <<() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DAGDeltaAlgorithmTest.cpp | 60 std::vector<edge_ty> Deps; in TEST() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 62 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies() argument 84 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 698 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() argument 717 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo())); in updatePhysDepsDownwards() argument 670 getDataDeps(const MachineInstr & UseMI,SmallVectorImpl<DataDep> & Deps,const MachineRegisterInfo * MRI) getDataDeps() argument 797 SmallVector<DataDep, 8> Deps; updateDepth() local 1052 SmallVector<DataDep, 8> Deps; computeInstrHeights() local 1188 SmallVector<DataDep, 1> Deps; getPHIDepth() local [all...] |
/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()
|
/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 85 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local 499 auto Deps = ExprDependence::None; computeDependence() local 735 auto Deps = E->getInit()->getDependence(); computeDependence() local 795 auto Deps = ExprDependence::None; computeDependence() local 939 auto Deps = ExprDependence::None; computeDependence() local [all...] |
H A D | TemplateBase.cpp | 266 auto Deps = TemplateArgumentDependence::None; getDependence() local 772 initializeFrom(SourceLocation TemplateKWLoc,const TemplateArgumentListInfo & Info,TemplateArgumentLoc * OutArgArray,TemplateArgumentDependence & Deps) initializeFrom() argument [all...] |
H A D | ExprCXX.cpp | 488 auto Deps = TemplateArgumentDependence::None; OverloadExpr() local 519 auto Deps = TemplateArgumentDependence::None; DependentScopeDeclRefExpr() local 1507 auto Deps = TemplateArgumentDependence::None; CXXDependentScopeMemberExpr() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 468 DependenceList Deps; in getDependenceString() local
|
H A D | VectorUtils.h | 814 auto *Deps = DepChecker.getDependences(); collectDependences() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | PolyhedralInfo.cpp | 83 isl_union_map *Deps = in checkParallel() local
|
H A D | DependenceInfo.cpp | 712 __isl_take isl_union_map *Deps, in isParallel() 799 isl::union_map Deps = Deps.empty(Space.ctx()); in getDependences() local
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 133 addOutputPaths(CowCompilerInvocation & CI,ModuleDeps & Deps) addOutputPaths() argument 230 getInvocationAdjustedForModuleBuildWithoutOutputs(const ModuleDeps & Deps,llvm::function_ref<void (CowCompilerInvocation &)> Optimize) const getInvocationAdjustedForModuleBuildWithoutOutputs() argument 433 associateWithContextHash(const CowCompilerInvocation & CI,ModuleDeps & Deps) associateWithContextHash() argument [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 33 SmallVector<DTSortableEntry *, 2> Deps; global() variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 187 const auto *Deps = DepChecker.getDependences(); findStoreToLoadDependences() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 389 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { markDependentsLive() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 620 for (auto &I : Deps) in getZeroLatency() argument
|
H A D | HexagonVectorCombine.cpp | 239 InstList Deps; // List of dependencies. member 950 if (!llvm::all_of(Deps, isSafeToCopyAtBase)) in createLoadGroups() local 852 DepList Deps; getUpwardDeps() local 1208 DepList Deps = getUpwardDeps(In, To); realignLoadGroup() local [all...] |
/llvm-project/polly/lib/CodeGen/ |
H A D | IslAst.cpp | 107 const Dependences *Deps = nullptr; member
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 83 std::vector<JITDylibState *> Deps; global() member
|