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.cpp1359 struct InferenceDescriptor { struct in __anon416db8590711::AttributeInferer
1365 std::function<bool(const Function &)> SkipFunction;
1368 std::function<bool(Instruction &)> InstrBreaksAttribute;
1371 std::function<void(Function &)> SetAttribute;
1374 Attribute::AttrKind AKind;
1378 bool RequiresExactDefinition;
1380 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function