Home
last modified time | relevance | path

Searched defs:Dependency (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp10 struct Dependency : public Checker<check::BeginFunction> { struct
11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()
/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h187 struct Dependency { struct
211 // performance (see field DependencyEdge::Dependency::Cost). In general, the argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp60 for (const CheckerInfo *Dependency : Dependencies) { in dumpToStream() local
64 for (const CheckerInfo *Dependency : WeakDependencies) { in dumpToStream() local
/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp271 for (const Record *Dependency : EmitClangSACheckers() local
296 for (const Record *Dependency : EmitClangSACheckers() local
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp265 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local
285 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local
326 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency()
331 StringRef Dependency) { in addWeakDependency()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1003 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) dependencies() local
1006 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) dependencies() local
1009 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) dependencies() local
1012 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) dependencies() local
1016 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) dependencies() local
1019 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) dependencies() local
1022 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) dependencies() local
1025 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) dependencies() local
1081 for (const auto *Dependency : dependencies(Var)) { sortLocalVars() local
[all...]
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp693 LLVMOrcCDependenceMapPair Dependency = {JD, {&DependencySymbol, 1}}; global() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp648 for (auto *Dependency : BI.Dependencies) { computeBlockNonLocalDeps() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp5 namespace Dependency { namespace
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h191 SmallPtrSet<BinaryFunction *, 1> Dependency; // The other way around global() member