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/
DFunctionAttrs.cpp1251 struct InferenceDescriptor { struct in __anon326fddd50811::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() function