Searched refs:PredChain (Results 1 – 3 of 3) sorted by relevance
955 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local957 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()1508 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local1509 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()1511 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()1899 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local1901 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()1969 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local1970 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()2265 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local[all …]
922 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local924 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()1473 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local1474 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()1476 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()1866 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local1868 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()1936 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local1937 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()2233 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local[all …]
1077 BlockChain *PredChain = BlockToChain[Pred]; in rotateLoop() local1079 (!PredChain || Pred == *std::prev(PredChain->end()))) { in rotateLoop()1143 BlockChain *PredChain = BlockToChain[Pred]; in rotateLoopWithProfile() local1145 (!PredChain || Pred == *std::prev(PredChain->end()))) { in rotateLoopWithProfile()