Home
last modified time | relevance | path

Searched defs:ProfiledFunctions (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DYAMLProfileReader.h56 std::unordered_set<const BinaryFunction *> ProfiledFunctions; variable
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp405 std::unordered_set<const BinaryFunction *> ProfiledFunctions; in collectProfiledFunctions() local
415 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromRawProfile()
449 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromLLVMProfile()
458 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromLLVMProfile()
792 std::unordered_set<const BinaryFunction *> ProfiledFunctions; in computeSizeForProfiledFunctions() local
H A DProfiledBinary.h222 std::unordered_set<const BinaryFunction *> ProfiledFunctions; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h179 StringMap<ProfiledCallGraphNode> ProfiledFunctions; variable
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1328 std::vector<const BinaryFunction *> ProfiledFunctions; in runOnFunctions() local