Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1752 struct InferenceDescriptor { struct in __anon416db8590d11::AttributeInferer
1758 std::function<bool(const Function &)> SkipFunction;
1761 std::function<bool(Instruction &)> InstrBreaksAttribute;
1764 std::function<void(Function &)> SetAttribute;
1767 Attribute::AttrKind AKind;
1771 bool RequiresExactDefinition;
1773 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument