Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1091 struct InferenceDescriptor { struct in __anon3955e1fe0611::AttributeInferer1097 std::function<bool(const Function &)> SkipFunction;1100 std::function<bool(Instruction &)> InstrBreaksAttribute;1103 std::function<void(Function &)> SetAttribute;1106 Attribute::AttrKind AKind;1110 bool RequiresExactDefinition;1112 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function