Searched defs:PrepareForRegisterAllocation (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dprepare_for_register_allocation.h29 class PrepareForRegisterAllocation : public HGraphDelegateVisitor { class in namespace:art
31 explicit PrepareForRegisterAllocation(HGraph* graph) : HGraphDelegateVisitor(graph) {} function in class:art::PrepareForRegisterAllocation
52 DISALLOW_COPY_AND_ASSIGN(PrepareForRegisterAllocation);

Completed in 59 milliseconds