Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1251 struct InferenceDescriptor { struct in __anon458ad1f00811::AttributeInferer1257 std::function<bool(const Function &)> SkipFunction;1260 std::function<bool(Instruction &)> InstrBreaksAttribute;1263 std::function<void(Function &)> SetAttribute;1266 Attribute::AttrKind AKind;1270 bool RequiresExactDefinition;1272 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument