Home | History | Annotate | Download | only in CodeGen

Lines Matching full:basic

10 // Collect the sequence of machine instructions for a basic block.
50 /// getSymbol - Return the MCSymbol for this basic block.
99 /// addNodeToList (MI) - When we add an instruction to a basic block
103 assert(!N->getParent() && "machine instruction already in a basic block");
114 /// removeNodeFromList (MI) - When we remove an instruction from a basic block
118 assert(N->getParent() && "machine instruction not in a basic block");
456 // We fallthrough to the same basic block as the conditional jump
922 // We know "this" dominates the newly created basic block.
1017 /// ReplaceUsesOfBlockWith - Given a machine basic block that branched to
1084 // basic block, duplicate edges, or landing pads.