Searched refs:PredChain (Results 1 – 1 of 1) sorted by relevance
989 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local991 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()1542 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local1543 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()1545 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()1933 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local1935 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()2003 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local2004 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()2301 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local[all …]