Searched defs:Statepoint (Results 1 – 3 of 3) sorted by relevance
310 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function311 explicit Statepoint(CallBase *Call) : Base(Call) {} in Statepoint() function
711 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult()723 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate()
1742 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local2347 Statepoint Statepoint(Info.StatepointToken); in insertParsePoints() local