Searched refs:pred_size (Results 1 - 25 of 50) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp176 if ((NumSuccs == 2) && LayoutSucc && (LayoutSucc->pred_size() == 1)) {
189 JumpAroundTarget->pred_size() == 1 &&
H A DHexagonEarlyIfConv.cpp262 unsigned TNP = TB->pred_size(), FNP = FB->pred_size();
429 assert(B->pred_size() <= 2);
430 if (B->pred_size() < 2)
489 if (TSB->pred_size() != 2)
1021 if (SB->pred_size() != 1)
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp99 if (node->pred_size() != 1 || node->succ_size() != 1)
107 if (succ->pred_size() != 1)
169 assert(node->pred_size() == 1 || node->succ_size() == 1);
H A DExprEngineC.cpp565 assert(N->pred_size() == 1);
568 assert(N->pred_size() == 1);
687 assert(N->pred_size() == 1);
/external/llvm/lib/CodeGen/
H A DMachineDominators.cpp115 assert(PredBB->pred_size() == 1 && "A basic block resulting from a "
H A DEarlyIfConversion.cpp350 if (Succ0->pred_size() != 1)
353 if (Succ0->pred_size() != 1 || Succ0->succ_size() != 1)
361 if (Succ1->pred_size() != 1 || Succ1->succ_size() != 1 ||
454 assert(Tail->pred_size() == 2 && "Cannot replace PHIs");
533 bool ExtraPreds = Tail->pred_size() != 2;
H A DIfConversion.cpp487 if (TrueBBI.BB->pred_size() > 1) {
511 if (TrueBBI.BB->pred_size() > 1) {
563 if (TrueBBI.BB->pred_size() > 1 || FalseBBI.BB->pred_size() > 1)
1122 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) {
1148 if (CvtBBI->BB->pred_size() > 1) {
1209 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) {
1261 if (CvtBBI->BB->pred_size() > 1) {
1315 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough &&
1357 TrueBBI.BB->pred_size() >
[all...]
H A DMachineSink.cpp685 if (MBB->pred_size() != 1)
772 if (SuccToSinkTo->pred_size() > 1) {
H A DBranchFolding.cpp994 if (I->pred_size() < 2) continue;
1307 if (PriorCond.empty() && !PriorTBB && MBB->pred_size() == 1 &&
1488 while(PI != MBB->pred_size()) {
1776 if (TBB->pred_size() > 1 || FBB->pred_size() > 1)
H A DImplicitNullChecks.cpp361 if (NotNullSucc->pred_size() != 1)
/external/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp393 if (!AllowSideEntry && SrcMBB->pred_size() > 1)
415 bool MultiplePreds = MBB && (MBB->pred_size() > 1);
421 (BlkSize * (MBB->pred_size() - 1) > CloneInstrThreshold));
953 if (childBlk->pred_size() != 1 || isActiveLoophead(childBlk))
1015 ((TrueMBB && TrueMBB->pred_size() > 1)
1016 || (FalseMBB && FalseMBB->pred_size() > 1))) {
1020 if (TrueMBB && TrueMBB->pred_size() > 1) {
1025 if (FalseMBB && FalseMBB->pred_size() > 1) {
1197 << TrueMBB->size() << " numPred = " << TrueMBB->pred_size();
1206 << FalseMBB->size() << " numPred = " << FalseMBB->pred_size();
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp213 if (CB->pred_size() > 1)
217 if (CB->pred_size() == 0)
/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h276 DstOrSplit->pred_size() == 1 && DstOrSplit->succ_size() == 1 &&
287 return Src.succ_size() > 1 && DstOrSplit->pred_size() > 1;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp462 if (TrueBBI.BB->pred_size() > 1) {
486 if (TrueBBI.BB->pred_size() > 1) {
538 if (TrueBBI.BB->pred_size() > 1 || FalseBBI.BB->pred_size() > 1)
1029 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) {
1046 if (CvtBBI->BB->pred_size() > 1) {
1102 (CvtBBI->CannotBeCopied && CvtBBI->BB->pred_size() > 1)) {
1138 if (CvtBBI->BB->pred_size() > 1) {
1173 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) {
1214 TrueBBI.BB->pred_size() >
[all...]
H A DShrinkWrapping.cpp448 assert(HDR->pred_size() > 0 && "Loop header has no predecessors?");
558 if (MBB->succ_size() < 2 && MBB->pred_size() < 2) {
563 if (SUCC->pred_size() > 1) {
662 if (EXB->succ_size() > 1 || EXB->pred_size() > 1)
H A DBranchFolding.cpp856 if (I->pred_size() >= 2) {
1084 if (PriorCond.empty() && !PriorTBB && MBB->pred_size() == 1 &&
1267 while(PI != MBB->pred_size()) {
1541 if (TBB->pred_size() > 1 || FBB->pred_size() > 1)
H A DMachineSink.cpp550 if (SuccToSinkTo->pred_size() > 1) {
H A DSplitter.cpp542 if (edge.second->pred_size() > 1)
565 assert((inBlock.succ_size() > 1) && (outBlock.pred_size() > 1) &&
/external/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp86 if (MBB->pred_size() != 1)
H A DAArch64ConditionalCompares.cpp443 if (Succ0->pred_size() != 1)
447 if (Succ0->pred_size() != 1 || Succ0->succ_size() != 2)
/external/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp158 if (ReturnMBB.pred_size() == 1) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h179 unsigned pred_size() const { return Preds.size(); } function in class:clang::ento::ExplodedNode
186 return (pred_size() == 1);
/external/clang/lib/Analysis/
H A DConsumed.cpp93 if (Block->pred_size() == 1 && *Block->pred_begin())
1109 if (Block->pred_size() < 2)
1424 (*CurrBlock->succ_begin())->pred_size() > 1)) {
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp141 unsigned N = MBB.pred_size();
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineBasicBlock.h179 unsigned pred_size() const { function in class:llvm::MachineBasicBlock

Completed in 569 milliseconds

12