Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp223 struct RuntimeFunctionInfo { struct
226 RuntimeFunction Kind;
229 StringRef Name;
232 bool IsVarArg;
235 Type *ReturnType;
238 SmallVector<Type *, 8> ArgumentTypes;
241 Function *Declaration = nullptr;
244 using UseVector = SmallVector<Use *, 16>;
247 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()
250 operator bool() const { return Declaration; } in operator bool()
[all …]