Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/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
/freebsd-src/contrib/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
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp271 for (const Record *Dependency : in EmitClangSACheckers() local
296 for (const Record *Dependency : in EmitClangSACheckers() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1004 Result.push_back(Dependency); in dependencies() local
1007 Result.push_back(Dependency); in dependencies() local
1010 Result.push_back(Dependency); in dependencies() local
988 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) dependencies() local
991 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) dependencies() local
994 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) dependencies() local
997 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) dependencies() local
1001 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) dependencies() local
1066 for (const auto *Dependency : dependencies(Var)) { sortLocalVars() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp585 for (auto *Dependency : BI.Dependencies) { computeBlockNonLocalDeps() local