Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp228 struct RuntimeFunctionInfo { struct
231 RuntimeFunction Kind;
234 StringRef Name;
237 bool IsVarArg;
240 Type *ReturnType;
243 SmallVector<Type *, 8> ArgumentTypes;
246 Function *Declaration = nullptr;
249 using UseVector = SmallVector<Use *, 16>;
252 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()
255 operator bool() const { return Declaration; } in operator bool()
[all …]