Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h63 using BranchInfoType = SmallVector<BinaryBranchInfo, 0>; variable
75 BranchInfoType BranchInfo;
321 using branch_info_iterator = BranchInfoType::iterator;
322 using const_branch_info_iterator = BranchInfoType::const_iterator;
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp825 BinaryBasicBlock::BranchInfoType BBI; in fixCFG()
826 BinaryBasicBlock::BranchInfoType ScaledBBI; in fixCFG()