MCPcopy Create free account
hub / github.com/ZDoom/Raze / getPrev

Method getPrev

libraries/asmjit/asmjit/base/codebuilder.h:366–366  ·  view source on GitHub ↗

Get previous node in the compiler stream.

Source from the content-addressed store, hash-verified

364
365 //! Get previous node in the compiler stream.
366 ASMJIT_INLINE CBNode* getPrev() const noexcept { return _prev; }
367 //! Get next node in the compiler stream.
368 ASMJIT_INLINE CBNode* getNext() const noexcept { return _next; }
369

Callers 6

removeUnreachableCodeMethod · 0.45
livenessAnalysisMethod · 0.45
endFuncMethod · 0.45
initMethod · 0.45
X86RAPass_translateJumpFunction · 0.45
translateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected