Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h140 LLVM_ABI void runCreateInstrCallbacks(Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp50 runCreateInstrCallbacks(I); in registerValue()
707 void Context::runCreateInstrCallbacks(Instruction *I) { in runCreateInstrCallbacks() function in llvm::sandboxir::Context