Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp159 struct RuntimeFunctionInfo { struct
162 RuntimeFunction Kind;
165 StringRef Name;
168 bool IsVarArg;
171 Type *ReturnType;
174 SmallVector<Type *, 8> ArgumentTypes;
177 Function *Declaration = nullptr;
180 using UseVector = SmallVector<Use *, 16>;
183 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()
186 operator bool() const { return Declaration; } in operator bool()
[all …]