Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp955 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local
957 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()
1508 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local
1509 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()
1511 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()
1899 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local
1901 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()
1969 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local
1970 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()
2265 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp922 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local
924 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()
1473 BlockChain *PredChain = BlockToChain[Pred]; in hasBetterLayoutPredecessor() local
1474 if (Pred == Succ || PredChain == &SuccChain || in hasBetterLayoutPredecessor()
1476 PredChain == &Chain || Pred != *std::prev(PredChain->end()) || in hasBetterLayoutPredecessor()
1866 BlockChain *PredChain = BlockToChain[Pred]; in TopFallThroughFreq() local
1868 (!PredChain || Pred == *std::prev(PredChain->end()))) { in TopFallThroughFreq()
1936 BlockChain *PredChain = BlockToChain[Pred]; in FallThroughGains() local
1937 if (!PredChain || Pred == *std::prev(PredChain->end())) { in FallThroughGains()
2233 BlockChain *PredChain = BlockToChain[Pred]; in hasViableTopFallthrough() local
[all …]
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1077 BlockChain *PredChain = BlockToChain[Pred]; in rotateLoop() local
1079 (!PredChain || Pred == *std::prev(PredChain->end()))) { in rotateLoop()
1143 BlockChain *PredChain = BlockToChain[Pred]; in rotateLoopWithProfile() local
1145 (!PredChain || Pred == *std::prev(PredChain->end()))) { in rotateLoopWithProfile()