Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp412 std::unordered_set<const BinaryFunction *> ProfiledFunctions; in collectProfiledFunctions() local
422 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromRawProfile()
455 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromLLVMProfile()
464 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromLLVMProfile()
H A DProfiledBinary.h220 std::unordered_set<const BinaryFunction *> ProfiledFunctions; variable
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h179 StringMap<ProfiledCallGraphNode> ProfiledFunctions; variable