Home
last modified time | relevance | path

Searched defs:tryToSinkInstruction (Results 1 – 2 of 2) 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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4727 bool InstCombinerImpl::tryToSinkInstruction(Instruction *I, in tryToSinkInstruction() function in InstCombinerImpl