Searched defs:Dependency (Results 1 – 5 of 5) sorted by relevance
10 struct Dependency : public Checker<check::BeginFunction> { struct11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()
187 struct Dependency { struct211 // performance (see field DependencyEdge::Dependency::Cost). In general, the argument
271 for (const Record *Dependency : in EmitClangSACheckers() local296 for (const Record *Dependency : in EmitClangSACheckers() local
1003 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local1006 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local1009 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local1012 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local1016 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local1019 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local1022 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local1025 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local1081 for (const auto *Dependency : dependencies(Var)) { in sortLocalVars() local
648 for (auto *Dependency : BI.Dependencies) { in computeBlockNonLocalDeps() local