GIMPLE is an intermediate representation language used by GCC.
According to this article gcc uses several intermediate formats before generating code. I read that the GIMPLE format uses three …