Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp957 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local
959 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()
1510 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local
1511 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()
1513 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()
1901 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local
1903 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()
1971 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local
1972 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()
2267 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local
[all …]