Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h738 bool tryToSinkInstruction(Instruction *I, BasicBlock *DestBlock);
H A DInstructionCombining.cpp4239 bool InstCombinerImpl::tryToSinkInstruction(Instruction *I, in tryToSinkInstruction() function in InstCombinerImpl
4478 if (tryToSinkInstruction(I, UserParent)) { in run()