Lines Matching defs:Sink
434 // `Sink` inherits Blocks' terminator, `Source` will have a BranchInst
435 // directly jumps to `Sink`. Here, we have to create a new terminator for
439 BasicBlock *Sink = Block->splitBasicBlock(Insts[IP], "BB");
454 // Connect these blocks to `Sink`
455 connectBlocksToSink({IfTrue, IfFalse}, Sink, IB);
492 // Connect these blocks to `Sink`
493 connectBlocksToSink(Blocks, Sink, IB);
500 BasicBlock *Sink,
523 BranchInst::Create(Sink, BB);
527 SmallVector<BasicBlock *, 2> Branches({Sink, BB});