Searched refs:InferInSCC (Results 1 – 1 of 1) sorted by relevance
1405 SmallVector<InferenceDescriptor, 4> InferInSCC = InferenceDescriptors; in run() local1412 if (InferInSCC.empty()) in run()1416 llvm::erase_if(InferInSCC, [F](const InferenceDescriptor &ID) { in run()1430 InferInSCC, std::back_inserter(InferInThisFunc), in run()1443 llvm::erase_if(InferInSCC, [&ID](const InferenceDescriptor &D) { in run()1455 if (InferInSCC.empty()) in run()1463 for (auto &ID : InferInSCC) { in run()