Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1108 struct InferenceDescriptor { struct in __anon36789e230611::AttributeInferer
1114 std::function<bool(const Function &)> SkipFunction;
1117 std::function<bool(Instruction &)> InstrBreaksAttribute;
1120 std::function<void(Function &)> SetAttribute;
1123 Attribute::AttrKind AKind;
1127 bool RequiresExactDefinition;
1129 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function