HomeSort by relevance Sort by last modified time
    Searched refs:isLayoutSuccessor (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 153 if (MBB->isLayoutSuccessor(FirstSucc)) {
156 } else if (MBB->isLayoutSuccessor(SecondSucc)) {
183 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget);
HexagonInstrInfo.cpp 217 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 407 if (isLayoutSuccessor(TBB))
427 if (!isLayoutSuccessor(TBB))
435 if (isLayoutSuccessor(TBB)) {
440 } else if (isLayoutSuccessor(FBB)) {
465 if (!isLayoutSuccessor(TBB))
471 if (isLayoutSuccessor(TBB)) {
480 } else if (!isLayoutSuccessor(FallthroughBB)) {
629 bool MachineBasicBlock::isLayoutSuccessor(const MachineBasicBlock *MBB) const {
796 if (!NMBB->isLayoutSuccessor(Succ)) {
    [all...]
MachineBlockPlacement.cpp 580 Pred->isLayoutSuccessor(L.getHeader()))) {
696 ((*I)->isLayoutSuccessor(*SI) &&
    [all...]
BranchFolding.cpp 558 if (MBB1->isLayoutSuccessor(MBB2) && I2 == MBB2->begin())
560 if (MBB2->isLayoutSuccessor(MBB1) && I1 == MBB1->begin())
772 SameTails[0].getBlock()->isLayoutSuccessor(SameTails[1].getBlock()) &&
776 SameTails[1].getBlock()->isLayoutSuccessor(
    [all...]
EarlyIfConversion.cpp 555 if (!ExtraPreds && Head->isLayoutSuccessor(Tail)) {
TailDuplication.cpp 785 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 166 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
187 MBB.isLayoutSuccessor(TargetBB)) {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 214 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 426 /// isLayoutSuccessor - Return true if the specified MBB will be emitted
431 bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 422 if (!Pred->isLayoutSuccessor(MBB))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 812 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
851 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
PPCFastISel.cpp 697 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 290 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1095 milliseconds