Searched defs:ImmutableStatepoint (Results 1 – 2 of 2) sorted by relevance
43 class ImmutableStatepoint; variable292 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {} in ImmutableStatepoint() function293 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {} in ImmutableStatepoint() function
313 explicit ImmutableStatepoint(const Instruction *I) : Base(I) {} in ImmutableStatepoint() function314 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {} in ImmutableStatepoint() function