Searched refs:AllocaHolderHandle (Results 1 – 1 of 1) sorted by relevance
40 friend class AllocaHolderHandle; variable55 class AllocaHolderHandle {58 AllocaHolderHandle() : H(new AllocaHolder()) { H->RefCnt++; } in AllocaHolderHandle() function59 AllocaHolderHandle(const AllocaHolderHandle &AH) : H(AH.H) { H->RefCnt++; } in AllocaHolderHandle() function60 ~AllocaHolderHandle() { if (--H->RefCnt == 0) delete H; } in ~AllocaHolderHandle()78 AllocaHolderHandle Allocas; // Track memory allocated by alloca