Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp175 Block *FallthroughPred{nullptr}; member in llvm::bolt::Block
553 AllBlocks[SuccIndex].FallthroughPred = &Block; in mergeFallthroughs()
565 SuccBlock->FallthroughPred = &Block; in mergeFallthroughs()
575 if (Block.FallthroughSucc == nullptr || Block.FallthroughPred == nullptr) in mergeFallthroughs()
585 AllBlocks[Block.FallthroughPred->Index].FallthroughSucc = nullptr; in mergeFallthroughs()
586 Block.FallthroughPred = nullptr; in mergeFallthroughs()
591 if (Block.FallthroughPred == nullptr && in mergeFallthroughs()