Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1106 MachineBasicBlock *LayoutPred = in buildCFGChains() local
1111 if (!LayoutPred->isSuccessor(ChainBB)) { in buildCFGChains()
1121 MBPI->getEdgeProbability(LayoutPred, ChainBB); in buildCFGChains()
1122 BlockFrequency LayoutEdgeFreq = MBFI->getBlockFreq(LayoutPred) * LayoutProb; in buildCFGChains()