Lines Matching refs:InferenceDescriptor
1359 struct InferenceDescriptor { struct in __anon416db8590711::AttributeInferer
1380 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument
1391 SmallVector<InferenceDescriptor, 4> InferenceDescriptors;
1394 void registerAttrInference(InferenceDescriptor AttrInference) { in registerAttrInference()
1405 SmallVector<InferenceDescriptor, 4> InferInSCC = InferenceDescriptors; in run()
1416 llvm::erase_if(InferInSCC, [F](const InferenceDescriptor &ID) { in run()
1428 SmallVector<InferenceDescriptor, 4> InferInThisFunc; in run()
1431 [F](const InferenceDescriptor &ID) { return !ID.SkipFunction(*F); }); in run()
1438 llvm::erase_if(InferInThisFunc, [&](const InferenceDescriptor &ID) { in run()
1443 llvm::erase_if(InferInSCC, [&ID](const InferenceDescriptor &D) { in run()
1588 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferConvergent()
1620 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferAttrsFromFunctionBodies()
1643 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferAttrsFromFunctionBodies()
1659 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferAttrsFromFunctionBodies()