Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp708 return TII->optimizeCondBranch(MI); in optimizeCondBranch() function in PeepholeOptimizer
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1691 virtual bool optimizeCondBranch(MachineInstr &MI) const { return false; } optimizeCondBranch() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1167 bool RISCVInstrInfo::optimizeCondBranch(MachineInstr &MI) const { optimizeCondBranch() function in RISCVInstrInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7896 bool AArch64InstrInfo::optimizeCondBranch(MachineInstr &MI) const { optimizeCondBranch() function in AArch64InstrInfo