Searched refs:LastInsn (Results 1 – 1 of 1) sorted by relevance
50 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) { in LexicalScope()80 LastInsn = MI; in extendInsnRange()89 assert(LastInsn && "Last insn missing!");90 Ranges.push_back(InsnRange(FirstInsn, LastInsn));92 LastInsn = nullptr;127 const MachineInstr *LastInsn; // Last instruction of this scope. variable