Searched refs:TryToSinkInstruction (Results 1 – 2 of 2) sorted by relevance
1757 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in TryToSinkInstruction() function1991 MadeIRChange |= TryToSinkInstruction(I, UserParent); in DoOneIteration()
2723 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in TryToSinkInstruction() function2837 if (TryToSinkInstruction(I, UserParent)) { in run()