Searched refs:isLayoutSuccessor (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp153 if (MBB->isLayoutSuccessor(FirstSucc)) {
156 } else if (MBB->isLayoutSuccessor(SecondSucc)) {
183 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget);
H A DHexagonInstrInfo.cpp217 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp407 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 { function in class:MachineBasicBlock
796 if (!NMBB->isLayoutSuccessor(Succ)) {
H A DMachineBlockPlacement.cpp580 Pred->isLayoutSuccessor(L.getHeader()))) {
696 ((*I)->isLayoutSuccessor(*SI) &&
1192 if (I->isLayoutSuccessor(*SI))
H A DBranchFolding.cpp558 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(
H A DEarlyIfConversion.cpp555 if (!ExtraPreds && Head->isLayoutSuccessor(Tail)) {
H A DTailDuplication.cpp785 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp166 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
187 MBB.isLayoutSuccessor(TargetBB)) {
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp214 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h426 /// isLayoutSuccessor - Return true if the specified MBB will be emitted
431 bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp422 if (!Pred->isLayoutSuccessor(MBB))
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp812 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
851 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2181 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB))
2200 (*ReturnMBB.pred_begin())->isLayoutSuccessor(&ReturnMBB)) {
H A DPPCFastISel.cpp697 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp290 if (MBB.isLayoutSuccessor(Branch.Target->getMBB())) {
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1262 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
1295 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
1334 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp989 FuncInfo.MBB->isLayoutSuccessor(MSucc)) {
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1366 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) {
1444 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) {
H A DX86InstrInfo.cpp2798 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
2820 MBB.isLayoutSuccessor(TargetBB)) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2262 if (!Pred->isLayoutSuccessor(MBB))

Completed in 381 milliseconds