Home
last modified time | relevance | path

Searched defs:BinaryBasicBlock (Results 1 – 7 of 7) sorted by relevance

/llvm-project/bolt/lib/Passes/
H A DCacheMetrics.cpp34 std::unordered_map<BinaryBasicBlock *, uint64_t> &BBAddr, in extractBasicBlockInfo()
58 const std::unordered_map<BinaryBasicBlock *, uint64_t> &BBAddr, in calcTSPScore()
144 const std::unordered_map<BinaryBasicBlock *, uint64_t> &BBAddr, in expectedCacheHitRatio()
H A DThreeWayBranch.cpp105 const std::pair<BinaryBasicBlock *, unsigned> B) { in runOnFunction()
H A DShrinkWrapping.cpp909 const SmallVector<BinaryBasicBlock *, 4> &From, in splitFrontierCritEdges()
910 const SmallVector<SmallVector<BinaryBasicBlock *, 4>, 4> &To) { in splitFrontierCritEdges()
/llvm-project/bolt/include/bolt/Core/
H A DBinaryLoop.h23 class BinaryBasicBlock; variable
H A DFunctionLayout.h33 class BinaryBasicBlock; variable
[all...]
H A DBinaryBasicBlock.h147 explicit BinaryBasicBlock(BinaryFunction *Function, MCSymbol *Label) BinaryBasicBlock() function
[all...]
/llvm-project/bolt/include/bolt/Profile/
H A DBoltAddressTranslation.h30 class BinaryBasicBlock; variable