Searched refs:number_of_ssa_values (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | ssa_liveness_analysis.h | 32 BlockInfo(ArenaAllocator* allocator, const HBasicBlock& block, size_t number_of_ssa_values) in BlockInfo() argument 34 live_in_(allocator, number_of_ssa_values, false), in BlockInfo() 35 live_out_(allocator, number_of_ssa_values, false), in BlockInfo() 36 kill_(allocator, number_of_ssa_values, false) { in BlockInfo()
|