Home
last modified time | relevance | path

Searched refs:FirstInsn (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h50 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) { in LexicalScope()
69 if (!FirstInsn) in openInsnRange()
70 FirstInsn = MI; in openInsnRange()
79 assert(FirstInsn && "MI Range is not open!"); in extendInsnRange()
90 Ranges.push_back(InsnRange(FirstInsn, LastInsn));
91 FirstInsn = nullptr;
128 const MachineInstr *FirstInsn; // First instruction of this scope. variable