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.cpp323 struct RuntimeFunctionInfo { struct
326 RuntimeFunction Kind;
329 StringRef Name;
332 bool IsVarArg;
335 Type *ReturnType;
338 SmallVector<Type *, 8> ArgumentTypes;
341 Function *Declaration = nullptr;
344 using UseVector = SmallVector<Use *, 16>;
347 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()
350 operator bool() const { return Declaration; } in operator bool()
[all …]