Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1091 struct InferenceDescriptor { struct in __anon3955e1fe0611::AttributeInferer
1097 std::function<bool(const Function &)> SkipFunction;
1100 std::function<bool(Instruction &)> InstrBreaksAttribute;
1103 std::function<void(Function &)> SetAttribute;
1106 Attribute::AttrKind AKind;
1110 bool RequiresExactDefinition;
1112 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function