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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 198 bool optimizeCondBranch(MachineInstr &MI);
650 bool PeepholeOptimizer::optimizeCondBranch(MachineInstr &MI) {
651 return TII->optimizeCondBranch(MI);
1711 if (MI->isConditionalBranch() && optimizeCondBranch(*MI)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 237 bool optimizeCondBranch(MachineInstr &MI) const override;
AArch64InstrInfo.cpp 6068 bool AArch64InstrInfo::optimizeCondBranch(MachineInstr &MI) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1539 virtual bool optimizeCondBranch(MachineInstr &MI) const { return false; }

Completed in 22 milliseconds