Searched refs:DestBlock (Results 1 – 4 of 4) sorted by relevance
215 int DestBlock = Dest->getNumber(); in computeBranchSize() local216 BranchSize += BlockSizes[DestBlock].first; in computeBranchSize()217 for (unsigned i = DestBlock+1, e = Src->getNumber(); i < e; ++i) { in computeBranchSize()223 (DestBlock >= FirstImpreciseBlock); in computeBranchSize()
1399 transferDefinedSymbol(Symbol &Sym, Block &DestBlock, in transferDefinedSymbol() argument1403 Sym.setBlock(DestBlock); in transferDefinedSymbol()1408 auto RemainingBlockSize = DestBlock.getSize() - NewOffset; in transferDefinedSymbol()1412 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()1414 DestBlock.getSection().addSymbol(Sym); in transferDefinedSymbol()
4240 BasicBlock *DestBlock) { in tryToSinkInstruction() argument4256 if (isa<CatchSwitchInst>(DestBlock->getTerminator())) in tryToSinkInstruction()4278 if (DestBlock->getUniquePredecessor() != I->getParent()) in tryToSinkInstruction()4289 if (I && I->getParent() != DestBlock) { in tryToSinkInstruction()4298 BasicBlock::iterator InsertPos = DestBlock->getFirstInsertionPt(); in tryToSinkInstruction()4299 I->moveBefore(*DestBlock, InsertPos); in tryToSinkInstruction()4315 if (DbgUser->getParent() != DestBlock) in tryToSinkInstruction()
738 bool tryToSinkInstruction(Instruction *I, BasicBlock *DestBlock);