Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HIf

871 // Conditional branch. A block ending with an HIf instruction must have
873 class HIf : public HTemplateInstruction<1> {
875 explicit HIf(HInstruction* input) {
894 DISALLOW_COPY_AND_ASSIGN(HIf);