HomeSort by relevance Sort by last modified time
    Searched defs:Statepoint (Results 1 - 2 of 2) 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,
13 // gc.statepoint.
31 /// The statepoint intrinsic accepts a set of flags as its third argument.
35 GCTransition = 1, ///< Indicates that this statepoint is a transition from
53 /// functionality for Statepoint and ImmutableStatepoint. It is
90 // We do not assign non-statepoint CallSites to StatepointCS.
105 /// Return the ID associated with this statepoint.
111 /// Return the number of patchable bytes associated with this statepoint
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 35 #include "llvm/IR/Statepoint.h"
75 AllowStatepointWithNoDeoptInfo("rs4gc-allow-statepoint-with-no-deopt-info",
111 /// RewriteStatepointsForGC runs, all calls to gc.statepoint "free" the entire
115 /// Similar reasoning also applies to the noalias attributes. gc.statepoint
177 /// The *new* gc.statepoint instruction itself. This produces the token
    [all...]

Completed in 81 milliseconds