Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h53 std::optional<uint32_t> getFunctionSize() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp126 std::optional<uint32_t> ContextTrieNode::getFunctionSize() const { in getFunctionSize() function in llvm::ContextTrieNode