HomeSort by relevance Sort by last modified time
    Searched refs:AnalyzeBranch (Results 26 - 34 of 34) sorted by null

12

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 275 bool MipsInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 217 bool SystemZInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/CodeGen/
IfConversion.cpp 81 /// TargetInstrInfo::AnalyzeBranch() (i.e. TBB, FBB, and Cond), and its
90 /// IsBrAnalyzable - True if AnalyzeBranch() returns false.
99 /// TrueBB / FalseBB- See AnalyzeBranch().
629 !TII->AnalyzeBranch(*BBI.BB, BBI.TrueBB, BBI.FalseBB, BBI.BrCond);
    [all...]
MachineLICM.cpp 695 if (!TII->AnalyzeBranch(*BB, TBB, FBB, Cond, false) && Cond.empty())
    [all...]
MachineVerifier.cpp 412 // Call AnalyzeBranch. If it succeeds, there several more conditions to check.
415 if (!TII->AnalyzeBranch(*const_cast<MachineBasicBlock *>(MBB),
417 // Ok, AnalyzeBranch thinks it knows what's going on with this block. Let's
514 report("AnalyzeBranch returned invalid data!", MBB);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 270 ARMBaseInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 178 bool PPCInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 544 milliseconds

12