verilog-re-search-backward-quick

verilog-re-search-backward-quick is a compiled Lisp function in `verilog-mode.el'.

(verilog-re-search-backward-quick REGEXP BOUND NOERROR)

Like `verilog-re-search-backward', including use of REGEXP BOUND and NOERROR,
but trashes match data and is faster for REGEXP that doesn't match often.
This uses `verilog-scan' and text properties to ignore comments,
so there may be a large up front penalty for the first search.