Searched refs:PredChain (Results 1 – 1 of 1) sorted by relevance
1054 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local1056 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()1612 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local1613 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()1614 (BlockFilter && !BlockFilter->count(Pred)) || PredChain == &Chain || in hasBetterLayoutPredecessor()1615 Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()2029 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local2031 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()2096 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local2097 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()[all …]