Searched refs:this_end (Results 1 – 2 of 2) sorted by relevance
1398 LifetimePosition this_end = cur->End(); in PopulatePointerMaps() local1399 if (this_end.InstructionIndex() > end) end = this_end.InstructionIndex(); in PopulatePointerMaps()
3091 LifetimePosition this_end = cur->End(); in PopulateReferenceMaps() local3092 if (this_end.ToInstructionIndex() > end) in PopulateReferenceMaps()3093 end = this_end.ToInstructionIndex(); in PopulateReferenceMaps()