Previously the profiler would panic if it encountered an expression with no location info. This change groups such expressions by giving them a fake location so that their evaluation results can be captured.
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>