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

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.h 259 bool AnalyzeBranchImpl(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
M68kInstrInfo.cpp 82 bool M68kInstrInfo::AnalyzeBranchImpl(MachineBasicBlock &MBB,
253 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, AllowModify);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 136 bool AnalyzeBranchImpl(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
X86InstrInfo.cpp 2980 bool X86InstrInfo::AnalyzeBranchImpl(
3152 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, CondBranches, AllowModify);
3162 if (AnalyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches,

Completed in 30 milliseconds