Jlm
Loading...
Searching...
No Matches
Gamma.hpp
Go to the documentation of this file.
1/*
2 * Copyright 2026 Nico Reißmann <nico.reissmann@gmail.com>
3 * See COPYING for terms of redistribution.
4 */
5
6#ifndef JLM_LLVM_IR_OPERATORS_GAMMA_HPP
7#define JLM_LLVM_IR_OPERATORS_GAMMA_HPP
8
9namespace jlm::rvsdg
10{
11class GammaNode;
12}
13
14namespace jlm::llvm
15{
16
36bool
37reduceStaticallyKnownPredicate(rvsdg::GammaNode & gammaNode);
38
39}
40
41#endif
Global memory state passed between functions.
bool reduceStaticallyKnownPredicate(rvsdg::GammaNode &gammaNode)
Definition Gamma.cpp:15