Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Passes/
H A DCacheMetrics.cpp33 const std::vector<BinaryFunction *> &BinaryFunctions, in extractBasicBlockInfo()
57 calcTSPScore(const std::vector<BinaryFunction *> &BinaryFunctions, in calcTSPScore()
98 extractFunctionCalls(const std::vector<BinaryFunction *> &BinaryFunctions) { in extractFunctionCalls()
143 const std::vector<BinaryFunction *> &BinaryFunctions, in expectedCacheHitRatio()
/llvm-project/bolt/unittests/Core/
H A DDynoStats.cpp17 std::map<uint64_t, BinaryFunction> BinaryFunctions; in TEST() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h220 std::unordered_map<std::string, BinaryFunction> BinaryFunctions; global() variable
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h221 std::map<uint64_t, BinaryFunction> BinaryFunctions; global() variable