Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h339 std::optional<Context::CallbackID> EraseInstrCB; variable
406 EraseInstrCB = Ctx.registerEraseInstrCallback( in DependencyGraph()
418 if (EraseInstrCB) in ~DependencyGraph()
419 Ctx->unregisterEraseInstrCallback(*EraseInstrCB); in ~DependencyGraph()
H A DInstrMaps.h60 std::optional<Context::CallbackID> EraseInstrCB; variable