[coco] Introduce InstrIndex (#1670)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 28 Sep 2018 08:19:48 +0000 (17:19 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 28 Sep 2018 08:19:48 +0000 (17:19 +0900)
commit743f15c446d39fe71c045584cd27bc3d0d4321ed
treefa1ff463da60ed80edd74dd13e7f7f45c1fc3d34
parented9dc2624daa428ac5d0f8e935bde1b9278c6576
[coco] Introduce InstrIndex (#1670)

This commit introduces InstIndex class which denotes the index of each
instruction (inside a block).

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