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

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 152 if (MBB->isLayoutSuccessor(FirstSucc)) {
155 } else if (MBB->isLayoutSuccessor(SecondSucc)) {
182 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget);
HexagonInstrInfo.cpp 212 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 401 if (isLayoutSuccessor(TBB))
421 if (!isLayoutSuccessor(TBB))
429 if (isLayoutSuccessor(TBB)) {
434 } else if (isLayoutSuccessor(FBB)) {
459 if (!isLayoutSuccessor(TBB))
465 if (isLayoutSuccessor(TBB)) {
474 } else if (!isLayoutSuccessor(FallthroughBB)) {
623 bool MachineBasicBlock::isLayoutSuccessor(const MachineBasicBlock *MBB) const {
785 if (!NMBB->isLayoutSuccessor(Succ)) {
    [all...]
MachineBlockPlacement.cpp 586 Pred->isLayoutSuccessor(L.getHeader()))) {
699 ((*I)->isLayoutSuccessor(*SI) &&
    [all...]
BranchFolding.cpp 550 if (MBB1->isLayoutSuccessor(MBB2) && I2 == MBB2->begin())
552 if (MBB2->isLayoutSuccessor(MBB1) && I1 == MBB1->begin())
765 SameTails[0].getBlock()->isLayoutSuccessor(SameTails[1].getBlock()) &&
769 SameTails[1].getBlock()->isLayoutSuccessor(
    [all...]
EarlyIfConversion.cpp 554 if (!ExtraPreds && Head->isLayoutSuccessor(Tail)) {
TailDuplication.cpp 776 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 157 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
178 MBB.isLayoutSuccessor(TargetBB)) {
SparcAsmPrinter.cpp 257 if (!Pred->isLayoutSuccessor(MBB))
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 211 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 400 /// isLayoutSuccessor - Return true if the specified MBB will be emitted
405 bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 316 if (!Pred->isLayoutSuccessor(MBB))
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 187 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 880 FuncInfo.MBB->isLayoutSuccessor(MSucc)) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 250 milliseconds