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.cpp1054 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local
1056 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()
1612 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local
1613 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()
1614 (BlockFilter && !BlockFilter->count(Pred)) || PredChain == &Chain || in hasBetterLayoutPredecessor()
1615 Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()
2029 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local
2031 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()
2096 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local
2097 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()
[all …]