Home
last modified time | relevance | path

Searched refs:VRegLifetimeList (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/backend/common/
Dreg_alloc.cc126 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 …]
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime_analysis.h31 VRegLifetimeAnalysis(Arena* arena, int num_vreg, VRegLifetimeList* lifetimes) in VRegLifetimeAnalysis()
65 VRegLifetimeList* lifetimes_;
Dlifetime.h434 using VRegLifetimeList = VRegLifetime::List; variable