Lines Matching defs:SrcBlock
8078 // SrcBlock:
8100 // SrcBlock:
8129 BasicBlock *SrcBlock = GEPI->getParent();
8130 // Check that SrcBlock ends with an IndirectBr. If not, give up. The common
8132 if (!isa<IndirectBrInst>(SrcBlock->getTerminator()))
8144 // Check that GEPIOp is an instruction that's also defined in SrcBlock.
8148 if (GEPIOpI->getParent() != SrcBlock)
8154 if (I->getParent() != SrcBlock) {
8173 if (UI->getParent() == SrcBlock)
8222 // After unmerging, verify that GEPIOp is actually only used in SrcBlock (not
8226 return cast<Instruction>(Usr)->getParent() != SrcBlock;
8228 "GEPIOp is used outside SrcBlock");