Searched refs:DestBlock (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp221 int DestBlock = Dest->getNumber(); local
222 BranchSize += BlockSizes[DestBlock].first;
223 for (unsigned i = DestBlock+1, e = Src->getNumber(); i < e; ++i) {
229 (DestBlock >= FirstImpreciseBlock);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3332 /// beginning of DestBlock, which can only happen if it's safe to move the
3335 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { argument
3352 if (isa<CatchSwitchInst>(DestBlock->getTerminator()))
3366 if (DestBlock->getUniquePredecessor() != I->getParent())
3375 I->dropDroppableUses([DestBlock](const Use *U) {
3377 return I->getParent() != DestBlock;
3383 BasicBlock::iterator InsertPos = DestBlock->getFirstInsertionPt();

Completed in 126 milliseconds