| /minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
| H A D | AMDILCFGStructurizer.cpp | 410 if (!AllowSideEntry && SrcMBB->pred_size() > 1) in singlePathTo() 432 bool MultiplePreds = MBB && (MBB->pred_size() > 1); in needMigrateBlock() 438 (BlkSize * (MBB->pred_size() - 1) > CloneInstrThreshold)); in needMigrateBlock() 991 if (childBlk->pred_size() != 1 || isActiveLoophead(childBlk)) in serialPatternMatch() 1053 ((TrueMBB && TrueMBB->pred_size() > 1) in ifPatternMatch() 1054 || (FalseMBB && FalseMBB->pred_size() > 1))) { in ifPatternMatch() 1058 if (TrueMBB && TrueMBB->pred_size() > 1) { in ifPatternMatch() 1063 if (FalseMBB && FalseMBB->pred_size() > 1) { in ifPatternMatch() 1265 << TrueMBB->size() << " numPred = " << TrueMBB->pred_size(); in showImproveSimpleJumpintoIf() 1274 << FalseMBB->size() << " numPred = " << FalseMBB->pred_size(); in showImproveSimpleJumpintoIf() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCFGOptimizer.cpp | 175 if ((NumSuccs == 2) && LayoutSucc && (LayoutSucc->pred_size() == 1)) { in runOnMachineFunction() 187 JumpAroundTarget->pred_size() == 1 && in runOnMachineFunction()
|
| H A D | HexagonHardwareLoops.cpp | 1453 if (Header->pred_size() > 2) { in createPreheaderForLoop() 1498 assert(Header->pred_size() == 2); in createPreheaderForLoop()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UnreachableCodeChecker.cpp | 217 if (CB->pred_size() > 1) in isInvalidPath() 221 if (CB->pred_size() == 0) in isInvalidPath()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 99 if (node->pred_size() != 1 || node->succ_size() != 1) in shouldCollect() 107 if (succ->pred_size() != 1) in shouldCollect() 169 assert(node->pred_size() == 1 || node->succ_size() == 1); in collectNode()
|
| H A D | ExprEngineC.cpp | 529 assert(N->pred_size() == 1); in VisitLogicalExpr() 532 assert(N->pred_size() == 1); in VisitLogicalExpr() 651 assert(N->pred_size() == 1); in VisitGuardedExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 350 if (Succ0->pred_size() != 1) in canConvertIf() 353 if (Succ0->pred_size() != 1 || Succ0->succ_size() != 1) in canConvertIf() 361 if (Succ1->pred_size() != 1 || Succ1->succ_size() != 1 || in canConvertIf() 454 assert(Tail->pred_size() == 2 && "Cannot replace PHIs"); in replacePHIInstrs() 524 bool ExtraPreds = Tail->pred_size() != 2; in convertIf()
|
| H A D | IfConversion.cpp | 483 if (TrueBBI.BB->pred_size() > 1) { in ValidSimple() 507 if (TrueBBI.BB->pred_size() > 1) { in ValidTriangle() 559 if (TrueBBI.BB->pred_size() > 1 || FalseBBI.BB->pred_size() > 1) in ValidDiamond() 1034 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) { in IfConvertSimple() 1060 if (CvtBBI->BB->pred_size() > 1) { in IfConvertSimple() 1143 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) { in IfConvertTriangle() 1197 if (CvtBBI->BB->pred_size() > 1) { in IfConvertTriangle() 1250 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle() 1292 TrueBBI.BB->pred_size() > 1 || in IfConvertDiamond() 1293 FalseBBI.BB->pred_size() > 1) { in IfConvertDiamond() [all …]
|
| H A D | BranchFolding.cpp | 902 if (I->pred_size() < 2) continue; in TailMergeBlocks() 1198 if (PriorCond.empty() && !PriorTBB && MBB->pred_size() == 1 && in OptimizeBlock() 1387 while(PI != MBB->pred_size()) { in OptimizeBlock() 1669 if (TBB->pred_size() > 1 || FBB->pred_size() > 1) in HoistCommonCodeInSuccs()
|
| H A D | MachineSink.cpp | 682 if (SuccToSinkTo->pred_size() > 1) { in SinkInstruction()
|
| H A D | MachineCSE.cpp | 280 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB) in PhysRegDefsReach()
|
| H A D | RegisterCoalescer.cpp | 263 if (MBB->pred_size() != 1 || MBB->succ_size() != 1) in isSplitEdge() 2568 unsigned cl = LHS->MBB->pred_size() + LHS->MBB->succ_size(); in compareMBBPriority() 2569 unsigned cr = RHS->MBB->pred_size() + RHS->MBB->succ_size(); in compareMBBPriority()
|
| H A D | TailDuplication.cpp | 865 PriorCond.empty() && !PriorTBB && TailBB->pred_size() == 1 && in TailDuplicate()
|
| H A D | MachineBlockPlacement.cpp | 592 while (BestPred->pred_size() == 1 && in findBestLoopTop()
|
| H A D | MachineLICM.cpp | 808 if (BB->pred_size() == 1) { in InitRegPressure()
|
| H A D | LiveIntervalAnalysis.cpp | 786 if (PHIMBB->pred_size() > 100) in hasPHIKill()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 181 unsigned pred_size() const { return Preds.size(); } in pred_size() function 188 return (pred_size() == 1); in hasSinglePred()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineDominators.h | 108 assert(PredBB->pred_size() == 1 && "A basic block resulting from a " in applySplitCriticalEdges()
|
| H A D | MachineBasicBlock.h | 282 unsigned pred_size() const {
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 446 if (Succ0->pred_size() != 1) in canConvert() 450 if (Succ0->pred_size() != 1 || Succ0->succ_size() != 2) in canConvert()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 93 if (Block->pred_size() == 1 && *Block->pred_begin()) in getLastStmtLoc() 1115 if (Block->pred_size() < 2) in isBackEdgeTarget() 1432 (*CurrBlock->succ_begin())->pred_size() > 1)) { in run()
|
| H A D | ReachableCode.cpp | 101 if (Current->pred_size() > 1) { in isDeadReturn()
|
| H A D | ThreadSafetyCommon.cpp | 861 CurrentBB->reservePredecessors(B->pred_size()); in enterCFGBlock()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
| H A D | CFG.h | 556 unsigned pred_size() const { return Preds.size(); } in pred_size() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 1033 if (MBB->pred_size() != 1 || MBB->succ_size() != 1) in BBIsJumpedOver()
|