HomeSort by relevance Sort by last modified time
    Searched refs:statepoint (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Statepoint.h 1 //===-- llvm/IR/Statepoint.h - gc.statepoint utilities ------ --*- C++ -*-===//
11 // CallSite for accessing the fields of gc.statepoint, gc.relocate, and
42 /// functionality for Statepoint and ImmutableStatepoint. It is
47 /// TODO: This does not currently allow the if(Statepoint S = ...)
134 /// Get list of all gc reloactes linked to this statepoint
141 /// Asserts if this statepoint is malformed. Common cases for failure
160 /// to a gc.statepoint.
173 /// to a gc.statepoint.
174 class Statepoint : public StatepointBase<Instruction, Value, CallSite>
214 const Instruction *statepoint() { function in class:llvm::GCRelocateOperands
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 31 #include "llvm/IR/Statepoint.h"
134 /// The *new* gc.statepoint instruction itself. This produces the token
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 71 #include "llvm/IR/Statepoint.h"
    [all...]

Completed in 113 milliseconds