Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1056 struct InferenceDescriptor { struct in __anonc6e504730611::AttributeInferer1062 std::function<bool(const Function &)> SkipFunction;1065 std::function<bool(Instruction &)> InstrBreaksAttribute;1068 std::function<void(Function &)> SetAttribute;1071 Attribute::AttrKind AKind;1075 bool RequiresExactDefinition;1077 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument