HomeSort by relevance Sort by last modified time
    Searched refs:analyzeBranch (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/lib/Target/BPF/
BPFInstrInfo.h 47 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
BPFInstrInfo.cpp 78 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 62 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
NVPTXInstrInfo.cpp 126 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
149 bool NVPTXInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h 47 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
WebAssemblyInstrInfo.cpp 95 bool WebAssemblyInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 53 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
67 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
MipsInstrInfo.cpp 86 bool MipsInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
92 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
179 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch(
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 77 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 68 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 53 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.h 93 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 84 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TrueBlock,
  /external/llvm/lib/Target/AArch64/
AArch64A53Fix835769.cpp 140 if (S == PrevBB && !TII->analyzeBranch(*PrevBB, TBB, FBB, Cond) && !TBB &&
AArch64ConditionOptimizer.cpp 291 // Parse a condition code returned by AnalyzeBranch, and compute the CondCode
340 if (TII->analyzeBranch(*HBB, TBB, FBB, HeadCond)) {
351 if (TII->analyzeBranch(*TBB, TBB_TBB, TBB_FBB, TrueCond)) {
AArch64InstrInfo.h 144 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
AArch64ConditionalCompares.cpp 158 /// The branch condition in Head as determined by AnalyzeBranch.
266 // Parse a condition code returned by AnalyzeBranch, and compute the CondCode
496 if (TII->analyzeBranch(*Head, TBB, FBB, HeadCond)) {
505 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in Head.\n");
524 if (TII->analyzeBranch(*CmpBB, TBB, FBB, CmpBBCond)) {
531 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in CmpBB.\n");
  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 151 if (HII->analyzeBranch(B, TBB, FBB, Cond, false)) {
HexagonHardwareLoops.cpp 439 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
586 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
598 bool NotAnalyzed = TII->analyzeBranch(*Latch, LTB, LFB, LCond, false);
610 // Branches of form "if (!P) ..." cause HexagonInstrInfo::AnalyzeBranch
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 225 if (!TII->analyzeBranch(MBB, TBB, FBB, Cond, true))
511 if (I != MF->end() && !TII->analyzeBranch(*CurMBB, TBB, FBB, Cond, true)) {
    [all...]
TailDuplicator.cpp 634 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
665 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
747 // EH edges are ignored by AnalyzeBranch.
753 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
791 TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true);
815 // AnalyzeBranch.
817 !TII->analyzeBranch(*PrevBB, PriorTBB, PriorFBB, PriorCond, true) &&
    [all...]
MachineBlockPlacement.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 163 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 167 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 163 bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,

Completed in 747 milliseconds

1 2 3