Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1108 struct InferenceDescriptor { struct in __anonad212c930611::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() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1251 struct InferenceDescriptor { struct in __anonc34dfd990811::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() argument