Searched defs:InferenceDescriptor (Results 1 – 2 of 2) sorted by relevance
1109 struct InferenceDescriptor { struct in __anon0331d7500611::AttributeInferer1115 std::function<bool(const Function &)> SkipFunction;1118 std::function<bool(Instruction &)> InstrBreaksAttribute;1121 std::function<void(Function &)> SetAttribute;1124 Attribute::AttrKind AKind;1128 bool RequiresExactDefinition;1130 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument
1108 struct InferenceDescriptor { struct in __anon0d2940c40611::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