Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h357 bool replaceOperandsForInBlockEquality(Instruction *I) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2126 bool GVN::replaceOperandsForInBlockEquality(Instruction *Instr) const { in replaceOperandsForInBlockEquality() function in GVN
2527 ChangedFunction |= replaceOperandsForInBlockEquality(&*BI); in processBlock()