Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1108 struct InferenceDescriptor { struct in __anon36789e230611::AttributeInferer1114 std::function<bool(const Function &)> SkipFunction;1117 std::function<bool(Instruction &)> InstrBreaksAttribute;1120 std::function<void(Function &)> SetAttribute;1123 Attribute::AttrKind AKind;1127 bool RequiresExactDefinition;1129 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function