Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp237 bool IsCheapInstruction(MachineInstr &MI) const;
1211 bool MachineLICMImpl::IsCheapInstruction(MachineInstr &MI) const { in IsCheapInstruction() function in MachineLICMImpl
1295 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist()