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

1 2

  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 405 if (!AllowSideEntry && SrcMBB->pred_size() > 1)
427 bool MultiplePreds = MBB && (MBB->pred_size() > 1);
433 (BlkSize * (MBB->pred_size() - 1) > CloneInstrThreshold));
989 if (childBlk->pred_size() != 1 || isActiveLoophead(childBlk))
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/Hexagon/
HexagonCFGOptimizer.cpp 174 if ((NumSuccs == 2) && LayoutSucc && (LayoutSucc->pred_size() == 1)) {
186 JumpAroundTarget->pred_size() == 1 &&
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/CodeGen/
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...]
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;
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 869 if (I->pred_size() < 2) continue
    [all...]
MachineCSE.cpp 257 if (MBB->pred_size() != 1 || *MBB->pred_begin() != CSMBB)
MachineSink.cpp 621 if (SuccToSinkTo->pred_size() > 1) {
TailDuplication.cpp 857 PriorCond.empty() && !PriorTBB && TailBB->pred_size() == 1 &&
    [all...]
RegisterCoalescer.cpp 241 if (MBB->pred_size() != 1 || MBB->succ_size() != 1)
    [all...]
LiveIntervalAnalysis.cpp 612 if (PHIMBB->pred_size() > 100)
    [all...]
MachineBlockPlacement.cpp 597 while (BestPred->pred_size() == 1 &&
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 211 if (CB->pred_size() > 1)
215 if (CB->pred_size() == 0)
  /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/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 517 assert(N->pred_size() == 1);
520 assert(N->pred_size() == 1);
641 assert(N->pred_size() == 1);
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 91 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
126 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS)
webpenc.c 179 const size_t cache_size = (3 * YUV_SIZE + PRED_SIZE) * sizeof(uint8_t);
243 mem += PRED_SIZE;
  /external/webp/src/enc/
vp8enci.h 91 // +----+ Prediction area ('yuv_p_', size = PRED_SIZE)
126 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS)
webpenc.c 179 const size_t cache_size = (3 * YUV_SIZE + PRED_SIZE) * sizeof(uint8_t);
243 mem += PRED_SIZE;
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 272 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...]

Completed in 1275 milliseconds

1 2