Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1757 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in TryToSinkInstruction() function
1991 MadeIRChange |= TryToSinkInstruction(I, UserParent); in DoOneIteration()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2723 static bool TryToSinkInstruction(Instruction *I, BasicBlock *DestBlock) { in TryToSinkInstruction() function
2837 if (TryToSinkInstruction(I, UserParent)) { in run()