Home
last modified time | relevance | path

Searched refs:convertToProfileMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h351 void convertToProfileMap(ContextTrieNode &Node,
354 void convertToProfileMap();
H A DProfileGenerator.cpp946 void CSProfileGenerator::convertToProfileMap( in convertToProfileMap() function in llvm::sampleprof::CSProfileGenerator
962 convertToProfileMap(ChildNode, Context); in convertToProfileMap()
967 void CSProfileGenerator::convertToProfileMap() { in convertToProfileMap() function in llvm::sampleprof::CSProfileGenerator
975 convertToProfileMap(It.second, Context); in convertToProfileMap()
995 convertToProfileMap(); in postProcessProfiles()