MCPcopy Create free account
hub / github.com/Samsung/UTopia / ASTIRNode

Class ASTIRNode

include/ftg/inputanalysis/ASTIRNode.h:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace ftg {
8
9struct ASTIRNode {
10 ASTDefNode *
11 const RDNode IR;
12
13 ASTIRNode(ASTDefNode &AST, const RDNode &IR) : AST(AST), IR(IR) {}
14};
15
16} // namespace ftg
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected