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

12

  /external/llvm/lib/CodeGen/
TailDuplication.cpp 715 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 295 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
300 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 831 TII.InsertBranch(*FuncInfo.MBB, MSucc, NULL,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 395 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
407 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 629 milliseconds

12