MCPcopy Create free account
hub / github.com/chigraph/chigraph / EntryNodeType

Method EntryNodeType

libchigraph/src/LangModule.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50struct EntryNodeType : NodeType {
51 EntryNodeType(LangModule& mod, std::vector<NamedDataType> dataInputs,
52 std::vector<std::string> execInputs)
53 : NodeType(mod, "entry", "entry to a function") {
54 setExecOutputs(std::move(execInputs));
55
56 setDataOutputs(std::move(dataInputs));
57 }
58
59 Result codegen(
60 size_t /*inputExecID*/, const llvm::DebugLoc& nodeLocation,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected