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

Class Cache

libchigraph/src/FunctionCompiler.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace {
31
32struct Cache {
33 // only used for pure nodes
34 NodeInstance* lastNodeCodegenned = nullptr;
35 std::vector<llvm::Value*> outputs;
36 std::vector<llvm::BasicBlock*> inputBlock; // one for each exec input
37};
38
39struct codegenMetadata {
40 llvm::BasicBlock* allocBlock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected