[coco] Introduce Step class (#1517)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 17 Sep 2018 06:17:02 +0000 (15:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 17 Sep 2018 06:17:02 +0000 (15:17 +0900)
commitaf04611b5c11afcf5ce3d4d644af552efdb616ad
treef44cc8508d26eab4bc2b3327e31bc6555c66bc2e
parent60f25abd3071ec83e63652e3e5cb20a59837efe8
[coco] Introduce Step class (#1517)

This commit introduces Step class which denotes the edge between Op and
Instr.

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