Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp199 bool IsCheapInstruction(MachineInstr &MI) const;
1125 bool MachineLICMBase::IsCheapInstruction(MachineInstr &MI) const { in IsCheapInstruction() function in MachineLICMBase
1209 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist()