Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCMOVConversion.cpp166 if (auto BranchStats = BB.getBranchStats(&ConditionalSucc)) in calculateConditionBias()
H A DBinaryPasses.cpp765 PredBB->getBranchStats(BB); in shouldRewriteBranch()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp535 BinaryBasicBlock::getBranchStats(const BinaryBasicBlock *Succ) const { in getBranchStats() function in llvm::bolt::BinaryBasicBlock
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h442 getBranchStats(const BinaryBasicBlock *Succ) const;