Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp86 bool doSubstitute(unsigned NewSize, unsigned OldSize);
412 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() function in MachineCombiner
588 if (SubstituteAlways || doSubstitute(NewInstCount, OldInstCount)) { in combineInstructions()