Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1359 struct InferenceDescriptor { struct in __anon070c3e6e0711::AttributeInferer1365 std::function<bool(const Function &)> SkipFunction;1368 std::function<bool(Instruction &)> InstrBreaksAttribute;1371 std::function<void(Function &)> SetAttribute;1374 Attribute::AttrKind AKind;1378 bool RequiresExactDefinition;1380 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function