Home
last modified time | relevance | path

Searched refs:DestBlock (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp211 int DestBlock = Dest->getNumber(); in computeBranchSize() local
212 BranchSize += BlockSizes[DestBlock].first; in computeBranchSize()
213 for (unsigned i = DestBlock+1, e = Src->getNumber(); i < e; ++i) { in computeBranchSize()
219 (DestBlock >= FirstImpreciseBlock); in computeBranchSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp246 static bool tryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in tryToSinkInstruction() argument
247 if (!isDestBBSuitableForSink(I, DestBlock)) in tryToSinkInstruction()
280 BasicBlock::iterator InsertPos = DestBlock->getFirstInsertionPt(); in tryToSinkInstruction()
281 I->moveBefore(*DestBlock, InsertPos); in tryToSinkInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h814 bool tryToSinkInstruction(Instruction *I, BasicBlock *DestBlock);
817 BasicBlock *DestBlock, SmallVectorImpl<DbgVariableIntrinsic *> &DbgUsers);
820 BasicBlock *DestBlock, SmallVectorImpl<DbgVariableRecord *> &DPUsers);
H A DInstructionCombining.cpp5187 BasicBlock *DestBlock) { in tryToSinkInstruction() argument
5203 if (isa<CatchSwitchInst>(DestBlock->getTerminator())) in tryToSinkInstruction()
5226 if (DestBlock->getUniquePredecessor() != I->getParent()) in tryToSinkInstruction()
5237 if (I && I->getParent() != DestBlock) { in tryToSinkInstruction()
5246 BasicBlock::iterator InsertPos = DestBlock->getFirstInsertionPt(); in tryToSinkInstruction()
5247 I->moveBefore(*DestBlock, InsertPos); in tryToSinkInstruction()
5259 tryToSinkInstructionDbgValues(I, InsertPos, SrcBlock, DestBlock, DbgUsers); in tryToSinkInstruction()
5261 tryToSinkInstructionDbgVariableRecords(I, InsertPos, SrcBlock, DestBlock, in tryToSinkInstruction()
5278 BasicBlock *DestBlock, SmallVectorImpl<DbgVariableIntrinsic *> &DbgUsers) { in tryToSinkInstructionDbgValues() argument
5283 if (DbgUser->getParent() != DestBlock) in tryToSinkInstructionDbgValues()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1538 transferDefinedSymbol(Symbol &Sym, Block &DestBlock, in transferDefinedSymbol() argument
1542 Sym.setBlock(DestBlock); in transferDefinedSymbol()
1547 auto RemainingBlockSize = DestBlock.getSize() - NewOffset; in transferDefinedSymbol()
1551 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()
1553 DestBlock.getSection().addSymbol(Sym); in transferDefinedSymbol()