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