Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp208 static bool isDestBBSuitableForSink(Instruction *Inst, BasicBlock *DestBB) { in isDestBBSuitableForSink() function
239 if (!isDestBBSuitableForSink(I, DestBlock)) in tryToSinkInstruction()