HomeSort by: relevance | last modified time | path
    Searched refs:Statepoint (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMIR/
Makefile 64 Statepoint.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 28 #include "llvm/IR/Statepoint.h"
609 // They will be removed from the signature of gc.statepoint shortly.
755 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint,
763 Value *Args[] = {Statepoint};
767 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint,
777 Value *Args[] = {Statepoint,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 52 #include "llvm/IR/Statepoint.h"
110 AllowStatepointWithNoDeoptInfo("rs4gc-allow-statepoint-with-no-deopt-info",
116 /// RewriteStatepointsForGC runs, all calls to gc.statepoint "free" the entire
120 /// attributes and metadata. gc.statepoint can touch the entire heap including
272 /// The *new* gc.statepoint instruction itself. This produces the token
1313 // no uses of the original value / return value between the gc.statepoint and
1316 // gc.relocates only on the path which goes through the statepoint. We might
1364 // Remove the readonly, readnone, and statepoint function attributes.
1380 /// statepoint.
1384 /// statepointToken - statepoint instruction to which relocates should b
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 783 /// Create a call to the experimental.gc.statepoint intrinsic to
784 /// start a new statepoint sequence.
792 /// Create a call to the experimental.gc.statepoint intrinsic to
793 /// start a new statepoint sequence.
811 /// Create an invoke to the experimental.gc.statepoint intrinsic to
812 /// start a new statepoint sequence.
820 /// Create an invoke to the experimental.gc.statepoint intrinsic to
821 /// start a new statepoint sequence.
840 /// the result from a call wrapped in a statepoint.
841 CallInst *CreateGCResult(Instruction *Statepoint,
    [all...]

Completed in 29 milliseconds