ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Node.cpp File Reference
#include "loco/IR/Node.h"
#include "loco/IR/Use.h"
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  loco
 

Functions

std::set< Node * > loco::preds (const Node *node)
 Enumerate all the predecessors of a given node.
 
std::set< Node * > loco::succs (const Node *node)
 Enumerate all the successors of a given node.
 
Subst< SubstQualifier::Defaultloco::replace (Node *node)