[coco] Introduce Bag::deps (#1411)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 10 Sep 2018 01:43:42 +0000 (10:43 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 10 Sep 2018 01:43:42 +0000 (10:43 +0900)
commit78e78cc78860f3370fb440314fc65e599f80e4c4
tree578f195910b26cc895562b12f40b5736d924a862
parent42ffa5a7b4a42afd1a7be0242fe6d9e6d1fe645e
[coco] Introduce Bag::deps (#1411)

This commit introduces Bag::deps which replaces existing 'object'
method.

New 'deps' method returns a snapshot of dependent object set similarly
as 'reads' and 'updates'.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Bag.h
contrib/coco/core/src/IR/Bag.cpp
contrib/coco/core/src/IR/Dep.test.cpp
contrib/coco/core/src/IR/Object.test.cpp