LLVM API Documentation

Enumerations
llvm::GC Namespace Reference

Enumerations

enum  PointKind { Loop, Return, PreCall, PostCall }

Enumeration Type Documentation

PointKind - The type of a collector-safe point.

Enumerator:
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.