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