Searched defs:HIf (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.h2698 // Conditional branch. A block ending with an HIf instruction must have
2700 class HIf : public HTemplateInstruction<1> { class in namespace:art
2702 explicit HIf(HInstruction* input, uint32_t dex_pc = kNoDexPc) function in class:art::HIf
2720 DISALLOW_COPY_AND_ASSIGN(HIf);

Completed in 22 milliseconds