Home
last modified time | relevance | path

Searched defs:Statepoint (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h178 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function
179 explicit Statepoint(CallSite CS) : Base(CS) {} in Statepoint() function
/external/llvm/lib/IR/
DIRBuilder.cpp275 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult()
287 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1393 Value *Statepoint = info.StatepointToken; in relocationViaAlloca() local