Home
last modified time | relevance | path

Searched refs:PredChain (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp993 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local
995 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()
1546 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local
1547 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()
1549 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()
1969 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local
1971 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()
2039 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local
2040 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()
2338 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local
[all …]