Searched refs:isProfitableToDupForIfCvt (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h136 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumCycles,
H A DHexagonInstrInfo.cpp2339 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumInstrs, function in class:HexagonInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h182 virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, function in class:llvm::ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h338 /// isProfitableToDupForIfCvt - Return true if it's profitable for
345 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp472 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize,
511 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction))

Completed in 1042 milliseconds