Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h340 std::optional<Context::CallbackID> MoveInstrCB; variable
408 MoveInstrCB = Ctx.registerMoveInstrCallback( in DependencyGraph()
420 if (MoveInstrCB) in ~DependencyGraph()
421 Ctx->unregisterMoveInstrCallback(*MoveInstrCB); in ~DependencyGraph()