Used to handle recursions by treating only one time each block

Property definitions

nitc $ BasicBlock :: _treated
	# Used to handle recursions by treating only one time each block
	var treated: Bool = false
src/ssa.nit:102,2--103,26