#include <Nautilus/IR/BasicBlocks/BasicBlock.hpp>
#include <Nautilus/IR/IRGraph.hpp>
#include <Nautilus/IR/Operations/ConstIntOperation.hpp>
#include <Nautilus/IR/Operations/IfOperation.hpp>
#include <Nautilus/IR/Operations/Operation.hpp>
#include <memory>
#include <stack>
#include <unordered_map>
#include <unordered_set>
|
class | NES::Nautilus::IR::ValueScopingPhase |
| This phase takes an IR graph that contains information on loop-headers, merge-blocks, and for all BasicBlockArguments, it is known which n possible base operations the argument references. More...
|
|