Lines Matching defs:SrcBlock
8367 // SrcBlock:
8389 // SrcBlock:
8418 BasicBlock *SrcBlock = GEPI->getParent();
8419 // Check that SrcBlock ends with an IndirectBr. If not, give up. The common
8421 if (!isa<IndirectBrInst>(SrcBlock->getTerminator()))
8433 // Check that GEPIOp is an instruction that's also defined in SrcBlock.
8437 if (GEPIOpI->getParent() != SrcBlock)
8443 if (I->getParent() != SrcBlock) {
8462 if (UI->getParent() == SrcBlock)
8511 // After unmerging, verify that GEPIOp is actually only used in SrcBlock (not
8515 return cast<Instruction>(Usr)->getParent() != SrcBlock;
8517 "GEPIOp is used outside SrcBlock");