Home
last modified time | relevance | path

Searched refs:InferInSCC (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1153 SmallVector<InferenceDescriptor, 4> InferInSCC = InferenceDescriptors; in run() local
1160 if (InferInSCC.empty()) in run()
1164 llvm::erase_if(InferInSCC, [F](const InferenceDescriptor &ID) { in run()
1178 InferInSCC, std::back_inserter(InferInThisFunc), in run()
1191 llvm::erase_if(InferInSCC, [&ID](const InferenceDescriptor &D) { in run()
1203 if (InferInSCC.empty()) in run()
1212 for (auto &ID : InferInSCC) { in run()