Searched refs:VRegLifetimeList (Results 1 – 3 of 3) sorted by relevance
126 VRegLifetimeList* lifetimes,127 VRegLifetimeList::iterator pos);217 void MergeVRegLifetimeList(VRegLifetimeList* dst, in MergeVRegLifetimeList()218 VRegLifetimeList::iterator dst_pos, in MergeVRegLifetimeList()219 VRegLifetimeList* src) { in MergeVRegLifetimeList()233 VRegLifetimeList* lifetimes, in SpillAndAssign()234 VRegLifetimeList::iterator pos) { in SpillAndAssign()251 VRegLifetimeList split(arena_); in SpillAndAssign()269 VRegLifetimeAllocator(MachineIR* machine_ir, VRegLifetimeList* lifetimes) in VRegLifetimeAllocator()279 void AllocateLifetime(VRegLifetimeList::iterator lifetime_it);[all …]
31 VRegLifetimeAnalysis(Arena* arena, int num_vreg, VRegLifetimeList* lifetimes) in VRegLifetimeAnalysis()65 VRegLifetimeList* lifetimes_;
434 using VRegLifetimeList = VRegLifetime::List; variable