Searched refs:tryToSinkInstruction (Results 1 – 2 of 2) sorted by relevance
738 bool tryToSinkInstruction(Instruction *I, BasicBlock *DestBlock);
4239 bool InstCombinerImpl::tryToSinkInstruction(Instruction *I, in tryToSinkInstruction() function in InstCombinerImpl4478 if (tryToSinkInstruction(I, UserParent)) { in run()