Home | History | Annotate | Download | only in Utils

Lines Matching full:basic

10 // This family of functions perform manipulations on basic blocks, and
11 // instructions contained within basic blocks.
221 "ReplaceInstWithInst: Instruction already inserted into basic block!");
223 // Insert the new instruction into the basic block...
453 /// basic block into the function, and moving some of the predecessors of BB to
466 // Create new basic block, insert right before the original block.
504 /// OrigBB, by introducing two new basic blocks into the function. One of those
505 /// new basic blocks gets the predecessors listed in Preds. The other basic
507 /// OrigBB is clone into both of the new basic blocks. The new blocks are given
523 // Create a new basic block for OrigBB's predecessors listed in Preds. Insert
564 // Create another basic block for the rest of OrigBB's predecessors.
655 /// in the old basic block, and everything after SplitBefore is moved to a
732 /// GetIfCondition - Given a basic block (BB) with two predecessors,