Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2617 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in TryToSinkInstruction() function
2699 if (TryToSinkInstruction(I, UserParent)) { in run()