Searched refs:PredChain (Results 1 – 1 of 1) sorted by relevance
959 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()1510 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local1513 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()1901 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local1903 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()1972 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()2269 (!PredChain || Pred == *std::prev(PredChain->end()))) { in hasViableTopFallthrough()2415 (!PredChain || Pred == *std::prev(PredChain->end()))) { in rotateLoopWithProfile()3089 || PredChain == &Chain) in maybeTailDuplicateBlock()3127 BlockChain *PredChain = BlockToChain[Pred]; in isBestSuccessor() local[all …]