Lines Matching refs:InferenceDescriptor
1091 struct InferenceDescriptor { struct in __anon3955e1fe0611::AttributeInferer
1112 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function
1123 SmallVector<InferenceDescriptor, 4> InferenceDescriptors;
1126 void registerAttrInference(InferenceDescriptor AttrInference) { in registerAttrInference()
1136 SmallVector<InferenceDescriptor, 4> InferInSCC = InferenceDescriptors; in run()
1147 llvm::erase_if(InferInSCC, [F](const InferenceDescriptor &ID) { in run()
1159 SmallVector<InferenceDescriptor, 4> InferInThisFunc; in run()
1162 [F](const InferenceDescriptor &ID) { return !ID.SkipFunction(*F); }); in run()
1169 llvm::erase_if(InferInThisFunc, [&](const InferenceDescriptor &ID) { in run()
1174 llvm::erase_if(InferInSCC, [&ID](const InferenceDescriptor &D) { in run()
1247 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferAttrsFromFunctionBodies()
1268 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferAttrsFromFunctionBodies()