Home
last modified time | relevance | path

Searched defs:optimizeCondBranch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp707 bool PeepholeOptimizer::optimizeCondBranch(MachineInstr &MI) { in optimizeCondBranch() function in PeepholeOptimizer
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1727 virtual bool optimizeCondBranch(MachineInstr &MI) const { return false; } in optimizeCondBranch() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1144 bool RISCVInstrInfo::optimizeCondBranch(MachineInstr &MI) const { in optimizeCondBranch() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7959 bool AArch64InstrInfo::optimizeCondBranch(MachineInstr &MI) const { in optimizeCondBranch() function in AArch64InstrInfo