Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1109 struct InferenceDescriptor { struct in __anon0331d7500611::AttributeInferer
1115 std::function<bool(const Function &)> SkipFunction;
1118 std::function<bool(Instruction &)> InstrBreaksAttribute;
1121 std::function<void(Function &)> SetAttribute;
1124 Attribute::AttrKind AKind;
1128 bool RequiresExactDefinition;
1130 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1108 struct InferenceDescriptor { struct in __anon0d2940c40611::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