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

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 296 if (isLayoutSuccessor(TBB))
302 if (!isLayoutSuccessor(TBB))
310 if (isLayoutSuccessor(TBB)) {
315 } else if (isLayoutSuccessor(FBB)) {
324 if (isLayoutSuccessor(TBB)) {
333 } else if (!isLayoutSuccessor(MBBA)) {
453 bool MachineBasicBlock::isLayoutSuccessor(const MachineBasicBlock *MBB) const {
562 if (!NMBB->isLayoutSuccessor(Succ)) {
BranchFolding.cpp 543 if (MBB1->isLayoutSuccessor(MBB2) && I2 == MBB2->begin())
545 if (MBB2->isLayoutSuccessor(MBB1) && I1 == MBB1->begin())
751 SameTails[0].getBlock()->isLayoutSuccessor(SameTails[1].getBlock()) &&
755 SameTails[1].getBlock()->isLayoutSuccessor(
    [all...]
TailDuplication.cpp 767 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 154 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
175 MBB.isLayoutSuccessor(TargetBB)) {
SparcAsmPrinter.cpp 235 if (!Pred->isLayoutSuccessor(MBB))
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 305 if (!Pred->isLayoutSuccessor(MBB))
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 217 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 270 if (!Pred->isLayoutSuccessor(MBB))
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 294 /// isLayoutSuccessor - Return true if the specified MBB will be emitted
299 bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 352 if (MBB.isLayoutSuccessor((const MachineBasicBlock*) &*i))
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 253 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 782 if (FuncInfo.MBB->isLayoutSuccessor(MSucc)) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 264 milliseconds