Home | History | Annotate | Download | only in mips

Lines Matching defs:LGap

318 class LGap: public LTemplateInstruction<0, 0, 0> {
320 explicit LGap(HBasicBlock* block)
331 static LGap* cast(LInstruction* instr) {
333 return reinterpret_cast<LGap*>(instr);
364 class LInstructionGap: public LGap {
366 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
409 class LLabel: public LGap {
412 : LGap(block), replacement_(NULL) { }
2191 LGap* GetGapAt(int index) const;