Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp902 const BlockChain *PredChain = BlockToChain[SuccPred]; in isTrellis() local
904 PredChain == &Chain || PredChain == BlockToChain[Succ]) in isTrellis()
1971 BlockChain *PredChain = BlockToChain[Pred]; in rotateLoop() local
1973 (!PredChain || Pred == *std::prev(PredChain->end()))) { in rotateLoop()
2066 BlockChain *PredChain = BlockToChain[Pred]; in rotateLoopWithProfile() local
2068 (!PredChain || Pred == *std::prev(PredChain->end()))) { in rotateLoopWithProfile()
2713 BlockChain* PredChain = BlockToChain[Pred]; in maybeTailDuplicateBlock() local
2717 || PredChain == &Chain) in maybeTailDuplicateBlock()
2723 if (NewChain != &Chain && NewChain != PredChain) in maybeTailDuplicateBlock()