Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1359 struct InferenceDescriptor { struct in __anon416db8590711::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