Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h199 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp900 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in R600InstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h627 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h284 bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
H A DARMBaseInstrInfo.cpp2236 ARMBaseInstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function in ARMBaseInstrInfo
2240 return Subtarget.isProfitableToUnpredicate(); in isProfitableToUnpredicate()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h878 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB, in isProfitableToUnpredicate() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp1945 if (TII->isProfitableToUnpredicate(MBB1, MBB2)) { in IfConvertDiamondCommon()