Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance
1338 struct InferenceDescriptor { struct in __anonf535040f0711::AttributeInferer1344 std::function<bool(const Function &)> SkipFunction;1347 std::function<bool(Instruction &)> InstrBreaksAttribute;1350 std::function<void(Function &)> SetAttribute;1353 Attribute::AttrKind AKind;1357 bool RequiresExactDefinition;1359 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument