Home
last modified time | relevance | path

Searched refs:getFunctionSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp99 if (CurrNode && CurrNode->getFunctionSize()) in getFuncSizeForContext()
100 Size = CurrNode->getFunctionSize().value(); in getFuncSizeForContext()
113 if (CurrNode->getFunctionSize()) in getFuncSizeForContext()
114 Size = CurrNode->getFunctionSize().value(); in getFuncSizeForContext()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h53 Optional<uint32_t> getFunctionSize() const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp127 Optional<uint32_t> ContextTrieNode::getFunctionSize() const { return FuncSize; } in getFunctionSize() function in llvm::ContextTrieNode