Home
last modified time | relevance | path

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

/freebsd/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/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/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1003 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1006 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local
1009 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local
1012 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local
1016 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1019 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local
1022 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local
1025 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local
1081 for (const auto *Dependency : dependencies(Var)) { in sortLocalVars() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp648 for (auto *Dependency : BI.Dependencies) { in computeBlockNonLocalDeps() local