[loco] Introduce all_nodes helper (#3522)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 20 May 2019 00:45:47 +0000 (09:45 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 20 May 2019 00:45:47 +0000 (09:45 +0900)
commitd4fcc738658a24a705ad40543ac69c0464a70876
tree7ffec79312062371cd88b644c25b1c5ad723689b
parent123c138ed45d3576dd09dc909549137e21468328
[loco] Introduce all_nodes helper (#3522)

This commit introduces all_nodes helper which allows users to enumerate
all the nodes in a given loco graph.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/loco/include/loco/IR/Graph.h
contrib/loco/src/IR/Graph.cpp
contrib/loco/src/IR/Graph.test.cpp