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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 171 if ((NumSuccs == 2) && LayoutSucc && (LayoutSucc->pred_size() == 1)) {
183 JumpAroundTarget->pred_size() == 1 &&
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineDominators.cpp 99 assert(PredBB->pred_size() == 1 && "A basic block resulting from a "
EarlyIfConversion.cpp 350 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");
524 bool ExtraPreds = Tail->pred_size() != 2;
IfConversion.cpp 481 if (TrueBBI.BB->pred_size() > 1) {
505 if (TrueBBI.BB->pred_size() > 1) {
557 if (TrueBBI.BB->pred_size() > 1 || FalseBBI.BB->pred_size() > 1)
    [all...]
BranchFolding.cpp     [all...]
MachineBlockPlacement.cpp 395 if (Pred->pred_size() > 1 || *Pred->pred_begin() != BB)
622 while (BestPred->pred_size() == 1 &&
    [all...]
MachineCSE.cpp 281 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB)
MachineSink.cpp 682 if (SuccToSinkTo->pred_size() > 1) {
RegisterCoalescer.cpp 283 if (MBB->pred_size() != 1 || MBB->succ_size() != 1)
    [all...]
TailDuplication.cpp 864 PriorCond.empty() && !PriorTBB && TailBB->pred_size() == 1 &&
    [all...]
LiveIntervalAnalysis.cpp 800 if (PHIMBB->pred_size() > 100)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 99 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);
ExprEngineC.cpp 529 assert(N->pred_size() == 1);
532 assert(N->pred_size() == 1);
651 assert(N->pred_size() == 1);
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 412 if (!AllowSideEntry && SrcMBB->pred_size() > 1)
434 bool MultiplePreds = MBB && (MBB->pred_size() > 1);
440 (BlkSize * (MBB->pred_size() - 1) > CloneInstrThreshold));
993 if (childBlk->pred_size() != 1 || isActiveLoophead(childBlk))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 217 if (CB->pred_size() > 1)
221 if (CB->pred_size() == 0)
  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 154 if (ReturnMBB.pred_size() == 1 &&
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 179 unsigned pred_size() const { return Preds.size(); } function in class:clang::ento::ExplodedNode
186 return (pred_size() == 1);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 790 if (childBlk->pred_size() != 1 || isActiveLoophead(childBlk)) {
849 ((trueBlk && trueBlk->pred_size() > 1)
850 || (falseBlk && falseBlk->pred_size() > 1))) {
854 if (trueBlk && trueBlk->pred_size() > 1) {
859 if (falseBlk && falseBlk->pred_size() > 1) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 446 if (Succ0->pred_size() != 1)
450 if (Succ0->pred_size() != 1 || Succ0->succ_size() != 2)
  /external/clang/lib/Analysis/
Consumed.cpp 93 if (Block->pred_size() == 1 && *Block->pred_begin())
    [all...]
ReachableCode.cpp 101 if (Current->pred_size() > 1) {
ThreadSafetyCommon.cpp 850 CurrentBB->reservePredecessors(B->pred_size());
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 282 unsigned pred_size() const { function in class:llvm::MachineBasicBlock
  /external/clang/include/clang/Analysis/
CFG.h 555 unsigned pred_size() const { return Preds.size(); } function in class:clang::CFGBlock::ElementList
    [all...]

Completed in 623 milliseconds

1 2