HomeSort by relevance Sort by last modified time
    Searched refs:isProfitableToDupForIfCvt (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 136 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumCycles,
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 182 virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 343 /// isProfitableToDupForIfCvt - Return true if it's profitable for
350 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 464 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize,
503 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction))
    [all...]

Completed in 119 milliseconds