Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h32 BlockInfo(ArenaAllocator* allocator, const HBasicBlock& block, size_t number_of_ssa_values) in BlockInfo() argument
34 live_in_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness), in BlockInfo()
35 live_out_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness), in BlockInfo()
36 kill_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness) { in BlockInfo()