[coco] Add 'BlockManager' class (#764)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 07:56:44 +0000 (16:56 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 07:56:44 +0000 (16:56 +0900)
commita74969de1042bd4b881bc5272917d31364a0a1b7
tree441cea4dbf7a8a912984346a3e9a6377ee1e202c
parent9f60fda62de19c4adace66b741b8504c2688402d
[coco] Add 'BlockManager' class (#764)

This commit adds 'BlockManager' class which allocates and tracks all the
instrances of 'Block' in coco IR.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/BlockManager.h [new file with mode: 0644]
contrib/coco/core/src/IR/BlockManager.cpp [new file with mode: 0644]
contrib/coco/core/src/IR/BlockManager.test.cpp [new file with mode: 0644]