Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HTemporary

3369 class HTemporary : public HTemplateInstruction<0> {
3371 explicit HTemporary(size_t index) : HTemplateInstruction(SideEffects::None()), index_(index) {}
3386 DISALLOW_COPY_AND_ASSIGN(HTemporary);