[coco] Introduce Dep class (#1401)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 7 Sep 2018 02:12:43 +0000 (11:12 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 7 Sep 2018 02:12:43 +0000 (11:12 +0900)
commit171e3532a5faf30fe7f9745377d67e4b6dac252b
tree7a273e3a8b22fde718037b12697aefc593dceefe
parenta692c05c9414d185470a04050d65ec3ec4d73ed0
[coco] Introduce Dep class (#1401)

This commit introduces Dep class which represents the edge between Bag
and its dependent Object; the code itself is derived from Object::bag.

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