Home
last modified time | relevance | path

Searched defs:InferenceDescriptor (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1338 struct InferenceDescriptor { struct in __anonf535040f0711::AttributeInferer
1344 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