LLVM API Documentation
Enumerations | |
enum | PointKind { Loop, Return, PreCall, PostCall } |
enum llvm::GC::PointKind |
PointKind - The type of a collector-safe point.
Loop |
Instr is a loop (backwards branch). |
Return |
Instr is a return instruction. |
PreCall |
Instr is a call instruction. |
PostCall |
Instr is the return address of a call. |
Definition at line 52 of file GCMetadata.h.