Home
last modified time | relevance | path

Searched refs:GlobalPtrSizeRecsTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h477 struct GlobalPtrSizeRecsTy { struct
485 llvm::SmallVector<GlobalPtrSizeRecsTy, 8> GlobalizedRecords; argument
DCGOpenMPRuntimeGPU.cpp4732 llvm::SmallVector<const GlobalPtrSizeRecsTy *, 4> GlobalRecs; in clear()
4733 llvm::SmallVector<const GlobalPtrSizeRecsTy *, 4> SharedRecs; in clear()
4740 for (const GlobalPtrSizeRecsTy &Records : GlobalizedRecords) { in clear()
4805 for (const GlobalPtrSizeRecsTy *Rec : SharedRecs) { in clear()
4833 for (const GlobalPtrSizeRecsTy *Rec : GlobalRecs) { in clear()