Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1119 struct InferenceDescriptor { struct in __anonee0cb9240611::AttributeInferer
1125 std::function<bool(const Function &)> SkipFunction;
1128 std::function<bool(Instruction &)> InstrBreaksAttribute;
1131 std::function<void(Function &)> SetAttribute;
1134 Attribute::AttrKind AKind;
1138 bool RequiresExactDefinition;
1140 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function