Home | History | Annotate | Download | only in Analyses

Lines Matching refs:instructions

1401 // are "arguments" to the function, followed by a sequence of instructions.
1402 // Both arguments and instructions define new variables. It ends with a
1433 const VarArray &instructions() const { return Instrs; }
1434 VarArray &instructions() { return Instrs; }
1465 // Reserve space for Nins instructions.
1522 VarArray Instrs; // Instructions.
1758 // This is a pseduo-term; it will be lowered to instructions in a CFG.