Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1108 struct InferenceDescriptor { struct in __anon0d2940c40611::AttributeInferer
1129 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() function
1140 SmallVector<InferenceDescriptor, 4> InferenceDescriptors;
1143 void registerAttrInference(InferenceDescriptor AttrInference) { in registerAttrInference()
1153 SmallVector<InferenceDescriptor, 4> InferInSCC = InferenceDescriptors; in run()
1164 llvm::erase_if(InferInSCC, [F](const InferenceDescriptor &ID) { in run()
1176 SmallVector<InferenceDescriptor, 4> InferInThisFunc; in run()
1179 [F](const InferenceDescriptor &ID) { return !ID.SkipFunction(*F); }); in run()
1186 llvm::erase_if(InferInThisFunc, [&](const InferenceDescriptor &ID) { in run()
1191 llvm::erase_if(InferInSCC, [&ID](const InferenceDescriptor &D) { in run()
[all …]
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1109 struct InferenceDescriptor { struct in __anon0331d7500611::AttributeInferer
1130 InferenceDescriptor(Attribute::AttrKind AK, in InferenceDescriptor() argument
1141 SmallVector<InferenceDescriptor, 4> InferenceDescriptors;
1144 void registerAttrInference(InferenceDescriptor AttrInference) { in registerAttrInference()
1154 SmallVector<InferenceDescriptor, 4> InferInSCC = InferenceDescriptors; in run()
1165 llvm::erase_if(InferInSCC, [F](const InferenceDescriptor &ID) { in run()
1177 SmallVector<InferenceDescriptor, 4> InferInThisFunc; in run()
1180 [F](const InferenceDescriptor &ID) { return !ID.SkipFunction(*F); }); in run()
1187 llvm::erase_if(InferInThisFunc, [&](const InferenceDescriptor &ID) { in run()
1192 llvm::erase_if(InferInSCC, [&ID](const InferenceDescriptor &D) { in run()
[all …]