Home
last modified time | relevance | path

Searched defs:BinaryFunctions (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp40 const std::vector<BinaryFunction *> &BinaryFunctions, in extractBasicBlockInfo()
63 calcTSPScore(const std::vector<BinaryFunction *> &BinaryFunctions, in calcTSPScore()
88 const std::vector<BinaryFunction *> &BinaryFunctions, in calcExtTSPScore()
115 extractFunctionCalls(const std::vector<BinaryFunction *> &BinaryFunctions) { in extractFunctionCalls()
160 const std::vector<BinaryFunction *> &BinaryFunctions, in expectedCacheHitRatio()
/llvm-project-15.0.7/bolt/unittests/Core/
H A DDynoStats.cpp17 std::map<uint64_t, BinaryFunction> BinaryFunctions; in TEST() local
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h219 std::unordered_map<std::string, BinaryFunction> BinaryFunctions; variable
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h183 std::map<uint64_t, BinaryFunction> BinaryFunctions; variable