// since we are optimizing that function already.
iBody.getName() != name &&
iBody.getExpression() != null){
getCALTypes(iBody, nameToTypeExpr, alreadyGotTypes);
AlgebraicValue coreFunction = OptimizerHelper.getAlgebraicValue(iBody);
if (coreFunction == null){
continue;
}
if (iBody.getName().getQualifiedName().startsWith("$dict")){