Searched defs:optimizeCondBranch (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | PeepholeOptimizer.cpp | 708 return TII->optimizeCondBranch(MI); in optimizeCondBranch() function in PeepholeOptimizer |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 1691 virtual bool optimizeCondBranch(MachineInstr &MI) const { return false; } optimizeCondBranch() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVInstrInfo.cpp | 1167 bool RISCVInstrInfo::optimizeCondBranch(MachineInstr &MI) const { optimizeCondBranch() function in RISCVInstrInfo |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64InstrInfo.cpp | 7896 bool AArch64InstrInfo::optimizeCondBranch(MachineInstr &MI) const { optimizeCondBranch() function in AArch64InstrInfo |