Goose  Artifact [cb287bb650]

Artifact cb287bb650b1e178074382ea6a94ed1ed80876442a773fcca3acd733c76c0ed2:

  • File bs/llr/helpers.h — part of check-in [8a8e76084e] at 2019-03-02 21:01:51 on branch trunk — Function calls are now eagerly evaluated during parsing. (user: achavasse size: 219)

#ifndef EMPATHY_LLR_HELPERS_H
#define EMPATHY_LLR_HELPERS_H

namespace empathy::llr
{
    bool IsValueConstantOrExecutable( const ir::Value& val );
    bool CanValueBeEagerlyEvaluated( const ir::Value& val );
}

#endif