Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h212 ProfiledFunctions; global() variable
[all...]
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp428 std::unordered_set<const BinaryFunction *> ProfiledFunctions; in collectProfiledFunctions() local
438 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromRawProfile() argument
471 collectFunctionsFromLLVMProfile(std::unordered_set<const BinaryFunction * > & ProfiledFunctions) collectFunctionsFromLLVMProfile() argument
480 collectFunctionsFromLLVMProfile(std::unordered_set<const BinaryFunction * > & ProfiledFunctions) collectFunctionsFromLLVMProfile() argument
[all...]
H A DProfiledBinary.h227 std::unordered_set<const BinaryFunction *> ProfiledFunctions; global() variable
/llvm-project/bolt/lib/Passes/
H A DBinaryPasses.cpp1385 std::vector<const BinaryFunction *> ProfiledFunctions; runOnFunctions() local