HomeSort by: relevance | last modified time | path
    Searched refs:isProfitableToUnpredicate (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 200 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
R600InstrInfo.cpp 904 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 385 bool IsProfitableToUnpredicate = false;
693 bool isProfitableToUnpredicate() const { return IsProfitableToUnpredicate; }
ARMBaseInstrInfo.h 284 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
ARMBaseInstrInfo.cpp 2210 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB,
2214 return Subtarget.isProfitableToUnpredicate();
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 498 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 838 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IfConversion.cpp 1947 if (TII->isProfitableToUnpredicate(MBB1, MBB2)) {

Completed in 85 milliseconds