Lines Matching refs:InferenceDescriptor
1109 struct InferenceDescriptor { struct in __anon0331d7500611::AttributeInferer
1130 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument
1141 SmallVector<InferenceDescriptor, 4> InferenceDescriptors;
1144 void registerAttrInference(InferenceDescriptor AttrInference) { in registerAttrInference()
1154 SmallVector<InferenceDescriptor, 4> InferInSCC = InferenceDescriptors; in run()
1165 llvm::erase_if(InferInSCC, [F](const InferenceDescriptor &ID) { in run()
1177 SmallVector<InferenceDescriptor, 4> InferInThisFunc; in run()
1180 [F](const InferenceDescriptor &ID) { return !ID.SkipFunction(*F); }); in run()
1187 llvm::erase_if(InferInThisFunc, [&](const InferenceDescriptor &ID) { in run()
1192 llvm::erase_if(InferInSCC, [&ID](const InferenceDescriptor &D) { in run()
1285 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferConvergent()
1318 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferAttrsFromFunctionBodies()
1341 AI.registerAttrInference(AttributeInferer::InferenceDescriptor{ in inferAttrsFromFunctionBodies()