Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp429 bool tryToSinkFreeOperands(Instruction *I);
6917 bool CodeGenPrepare::tryToSinkFreeOperands(Instruction *I) { in tryToSinkFreeOperands() function in CodeGenPrepare
7895 if (tryToSinkFreeOperands(I)) in optimizeInst()