a utility to show c/c++ functions all trace
- gcc -fdump-rtl-expand example.cpp example2.cpp
- python funtrace.py example.cpp.166r.expand example2.cpp.166r.expand
- dot -Tsvg -Grankdir=LR -o funtrace.svg funtrace.dot
- Can not show funcation-trace when come from fun-pointer
- virtual funcation can not be determined