LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 50 of file GCMetadata.h.