Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1251 struct InferenceDescriptor { struct in __anon458ad1f00811::AttributeInferer
1257 std::function<bool(const Function &)> SkipFunction;
1260 std::function<bool(Instruction &)> InstrBreaksAttribute;
1263 std::function<void(Function &)> SetAttribute;
1266 Attribute::AttrKind AKind;
1270 bool RequiresExactDefinition;
1272 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument