Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h426 BinaryBasicBlock *getBasicBlockAtOffset(uint64_t Offset) { in getBasicBlockAtOffset() function
704 assert(!getBasicBlockAtOffset(Offset) && in addBasicBlockAt()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp386 BinaryBasicBlock *BB = BF.getBasicBlockAtOffset(BI.To.Offset); in readProfile()
H A DDataAggregator.cpp960 } else if (BinaryBasicBlock *BB = BF.getBasicBlockAtOffset(To)) { in recordEntry()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1746 if (BinaryBasicBlock *SuccBB = getBasicBlockAtOffset(PossibleDestination)) in postProcessIndirectBranches()
2065 BinaryBasicBlock *ToBB = getBasicBlockAtOffset(Branch.second); in buildCFG()