Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DLexicalScopes.h161 LastInsn(0), FirstInsn(0), DFSIn(0), DFSOut(0) { in LexicalScope()
182 if (!FirstInsn) in openInsnRange()
183 FirstInsn = MI; in openInsnRange()
192 assert (FirstInsn && "MI Range is not open!"); in extendInsnRange()
203 Ranges.push_back(InsnRange(FirstInsn, LastInsn));
204 FirstInsn = NULL;
241 const MachineInstr *FirstInsn; // First instruction of this scope. variable