HomeSort by: relevance | last modified time | path
    Searched defs:IsLayoutSuccessor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TailDuplicator.cpp 858 bool IsLayoutSuccessor = false;
860 IsLayoutSuccessor = (ForcedLayoutPred == PredBB);
861 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
862 IsLayoutSuccessor = true;
863 if (IsLayoutSuccessor)
TailDuplicator.cpp 858 bool IsLayoutSuccessor = false;
860 IsLayoutSuccessor = (ForcedLayoutPred == PredBB);
861 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough())
862 IsLayoutSuccessor = true;
863 if (IsLayoutSuccessor)

Completed in 145 milliseconds