Searched refs:PredChain (Results 1 – 1 of 1) sorted by relevance
993 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local995 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()1546 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local1547 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()1549 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()1969 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local1971 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()2039 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local2040 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()2338 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local[all …]