AsmJit
Low-Latency Machine Code Generation
Pass can be used to implement code transformations, analysis, and lowering.
Returns BaseBuilder associated with the pass.
Returns the name of the pass.
Processes the code stored in Builder or Compiler.
This is the only function that is called by the BaseBuilder
to process the code. It passes zone
, which will be reset after the run()
finishes.
Reimplemented in asmjit::FuncPass.
BaseBuilder this pass is assigned to.
Name of the pass.