Lines Matching full:machine
1 //===- MIParser.h - Machine Instructions Parser ---------------------------===//
10 // This file declares the function that parses the machine instructions.
40 /// Parse the machine basic block definitions, and skip the machine
43 /// This function runs the first parsing pass on the machine function's body.
44 /// It parses only the machine basic block definitions and creates the machine
45 /// basic blocks in the given machine function.
47 /// The machine instructions aren't parsed during the first pass because all
48 /// the machine basic blocks aren't defined yet - this makes it impossible to
49 /// resolve the machine basic block references.
57 /// Parse the machine instructions.
59 /// This function runs the second parsing pass on the machine function's body.
60 /// It skips the machine basic block definitions and parses only the machine