Home
last modified time | relevance | path

Searched refs:CreateInstCB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp41 CreateInstCB = Ctx.registerCreateInstrCallback( in Region()
50 Ctx.unregisterCreateInstrCallback(CreateInstCB); in ~Region()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DRegion.h114 Context::CallbackID CreateInstCB; variable