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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2495 /// current block into the beginning of DestBlock, which can only happen if it's
2498 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { argument
2508 &DestBlock->getParent()->getEntryBlock())
2520 BasicBlock::iterator InsertPos = DestBlock->getFirstInsertionPt();

Completed in 470 milliseconds