MCPcopy Create free account
hub / github.com/MegEngine/MegCC / getGlobalCTX

Method getGlobalCTX

compiler/lib/CodeGen/GlobalCtx.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46mlir::MLIRContext* megcc::codegen::getGlobalCTX() {
47 static GlobalCtx ctx;
48 return ctx.get_ctx();
49}

Callers

nothing calls this directly

Calls 1

get_ctxMethod · 0.80

Tested by

no test coverage detected