Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp125 struct RuntimeFunctionInfo { struct
128 RuntimeFunction Kind;
131 StringRef Name;
134 bool IsVarArg;
137 Type *ReturnType;
140 SmallVector<Type *, 8> ArgumentTypes;
143 Function *Declaration = nullptr;
146 using UseVector = SmallVector<Use *, 16>;
149 void clearUsesMap() { UsesMap.clear(); } in clearUsesMap()
152 operator bool() const { return Declaration; } in operator bool()
[all …]