Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp190 int DestBlock = Dest->getNumber(); in computeBranchSize() local
191 BranchSize += BlockSizes[DestBlock].first; in computeBranchSize()
192 for (unsigned i = DestBlock+1, e = Src->getNumber(); i < e; ++i) { in computeBranchSize()
198 (DestBlock >= FirstImpreciseBlock); in computeBranchSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3177 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in TryToSinkInstruction() argument
3194 if (isa<CatchSwitchInst>(DestBlock->getTerminator())) in TryToSinkInstruction()
3211 BasicBlock::iterator InsertPos = DestBlock->getFirstInsertionPt(); in TryToSinkInstruction()