Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1056 struct InferenceDescriptor { struct in __anonc6e504730611::AttributeInferer
1062 std::function<bool(const Function &)> SkipFunction;
1065 std::function<bool(Instruction &)> InstrBreaksAttribute;
1068 std::function<void(Function &)> SetAttribute;
1071 Attribute::AttrKind AKind;
1075 bool RequiresExactDefinition;
1077 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument