Searched defs:HIf (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h871 // Conditional branch. A block ending with an HIf instruction must have
873 class HIf : public HTemplateInstruction<1> { class in namespace:art
875 explicit HIf(HInstruction* input) { function in class:art::HIf
894 DISALLOW_COPY_AND_ASSIGN(HIf);

Completed in 10 milliseconds