Lines Matching defs:Dependency
1003 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count))
1004 Result.push_back(Dependency);
1006 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB))
1007 Result.push_back(Dependency);
1009 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB))
1010 Result.push_back(Dependency);
1012 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST))
1013 Result.push_back(Dependency);
1016 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count))
1017 Result.push_back(Dependency);
1019 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB))
1020 Result.push_back(Dependency);
1022 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB))
1023 Result.push_back(Dependency);
1025 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST))
1026 Result.push_back(Dependency);
1081 for (const auto *Dependency : dependencies(Var)) {
1083 if (const auto *Dep = dyn_cast<const DILocalVariable>(Dependency))