Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp238 static bool tryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in tryToSinkInstruction() function
293 if (tryToSinkInstruction(&I, IndirectCallBB)) in tryToSinkInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h760 bool tryToSinkInstruction(Instruction *I, BasicBlock *DestBlock);
H A DInstructionCombining.cpp4727 bool InstCombinerImpl::tryToSinkInstruction(Instruction *I, in tryToSinkInstruction() function in InstCombinerImpl
5102 if (tryToSinkInstruction(I, UserParent)) { in run()