Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h141 LLVM_ABI void runMoveInstrCallbacks(Instruction *I, const BBIterator &Where);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp712 void Context::runMoveInstrCallbacks(Instruction *I, const BBIterator &WhereIt) { in runMoveInstrCallbacks() function in llvm::sandboxir::Context
H A DInstruction.cpp105 Ctx.runMoveInstrCallbacks(this, WhereIt); in moveBefore()