Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp165 struct RuntimeFunctionInfo { struct
168 RuntimeFunction Kind;
171 StringRef Name;
174 bool IsVarArg;
177 Type *ReturnType;
180 SmallVector<Type *, 8> ArgumentTypes;
183 Function *Declaration = nullptr;
186 using UseVector = SmallVector<Use *, 16>;
189 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()
192 operator bool() const { return Declaration; } in operator bool()
[all …]