Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp62 bool tryToReduceVL(MachineInstr &MI) const;
102 bool RISCVVectorPeephole::tryToReduceVL(MachineInstr &MI) const { in tryToReduceVL() function in RISCVVectorPeephole
847 Changed |= tryToReduceVL(MI); in runOnMachineFunction()