Home
last modified time | relevance | path

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

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