Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dinstruction_nodes.h88 DCHECK(NULL != region_); in GetRegion()
89 return region_; in GetRegion()
93 region_ = region; in SetRegion()
98 SeaNode(), instruction_(in), used_in_(), de_def_(false), region_(NULL) { } in InstructionNode()
106 Region* region_; variable