Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp222 bool IsCheapInstruction(MachineInstr &MI) const;
1079 bool MachineLICMBase::IsCheapInstruction(MachineInstr &MI) const { in IsCheapInstruction() function in MachineLICMBase
1163 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist()