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

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 168 if ((NumSuccs == 2) && LayoutSucc && (LayoutSucc->pred_size() == 1)) {
180 JumpAroundTarget->pred_size() == 1 &&
HexagonHardwareLoops.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 98 if (node->pred_size() != 1 || node->succ_size() != 1)
106 if (succ->pred_size() != 1)
164 assert(node->pred_size() == 1 || node->succ_size() == 1);
ExprEngineC.cpp 528 assert(N->pred_size() == 1);
531 assert(N->pred_size() == 1);
645 assert(N->pred_size() == 1);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 211 if (CB->pred_size() > 1)
215 if (CB->pred_size() == 0)
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 349 if (Succ0->pred_size() != 1)
352 if (Succ0->pred_size() != 1 || Succ0->succ_size() != 1)
360 if (Succ1->pred_size() != 1 || Succ1->succ_size() != 1 ||
453 assert(Tail->pred_size() == 2 && "Cannot replace PHIs");
523 bool ExtraPreds = Tail->pred_size() != 2;
IfConversion.cpp 471 if (TrueBBI.BB->pred_size() > 1) {
495 if (TrueBBI.BB->pred_size() > 1) {
547 if (TrueBBI.BB->pred_size() > 1 || FalseBBI.BB->pred_size() > 1)
    [all...]
ShrinkWrapping.cpp 448 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)
    [all...]
BranchFolding.cpp 862 if (I->pred_size() < 2) continue;
    [all...]
MachineSink.cpp 621 if (SuccToSinkTo->pred_size() > 1) {
RegisterCoalescer.cpp 240 if (MBB->pred_size() != 1 || MBB->succ_size() != 1)
    [all...]
MachineCSE.cpp 257 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB)
MachineBlockPlacement.cpp 591 while (BestPred->pred_size() == 1 &&
    [all...]
TailDuplication.cpp 859 PriorCond.empty() && !PriorTBB && TailBB->pred_size() == 1 &&
    [all...]
LiveIntervalAnalysis.cpp 601 if (PHIMBB->pred_size() > 100)
    [all...]
MachineLICM.cpp 803 if (BB->pred_size() == 1) {
    [all...]
MachineVerifier.cpp 468 if (MInfo.Preds.size() != I->pred_size())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 181 unsigned pred_size() const { return Preds.size(); } function in class:clang::ento::ExplodedNode
188 return (pred_size() == 1);
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 651 if (childBlk->pred_size() != 1 || isActiveLoophead(childBlk)) {
710 ((trueBlk && trueBlk->pred_size() > 1)
711 || (falseBlk && falseBlk->pred_size() > 1))) {
715 if (trueBlk && trueBlk->pred_size() > 1) {
720 if (falseBlk && falseBlk->pred_size() > 1) {
919 if (exitBlk != exitLandBlk && exitBlk->pred_size() > 1) {
941 if (exitBlk->pred_size() > 1) {
964 assert(exitBlk->pred_size() == 1 || exitBlk == exitLandBlk);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 269 unsigned pred_size() const { function in class:llvm::MachineBasicBlock
  /external/clang/include/clang/Analysis/
CFG.h 448 unsigned pred_size() const { return Preds.size(); }
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
CFG.cpp     [all...]

Completed in 457 milliseconds