Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp464 bool tryToSinkFreeOperands(Instruction *I);
7068 bool CodeGenPrepare::tryToSinkFreeOperands(Instruction *I) { in tryToSinkFreeOperands() function in CodeGenPrepare
8171 if (tryToSinkFreeOperands(I)) in optimizeInst()