Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp336 struct RuntimeFunctionInfo { struct
339 RuntimeFunction Kind;
342 StringRef Name;
345 bool IsVarArg;
348 Type *ReturnType;
351 SmallVector<Type *, 8> ArgumentTypes;
354 Function *Declaration = nullptr;
357 using UseVector = SmallVector<Use *, 16>;
360 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()
363 operator bool() const { return Declaration; } in operator bool()
[all …]