Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1119 struct InferenceDescriptor { struct in __anon1c06700d0611::AttributeInferer1125 std::function<bool(const Function &)> SkipFunction;1128 std::function<bool(Instruction &)> InstrBreaksAttribute;1131 std::function<void(Function &)> SetAttribute;1134 Attribute::AttrKind AKind;1138 bool RequiresExactDefinition;1140 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function