Searched defs:Statepoint (Results 1 – 3 of 3) sorted by relevance
178 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function179 explicit Statepoint(CallSite CS) : Base(CS) {} in Statepoint() function
275 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult()287 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate()
1393 Value *Statepoint = info.StatepointToken; in relocationViaAlloca() local