Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp103 if (CurrNode && CurrNode->getFunctionSize()) in getFuncSizeForContext()
104 Size = *CurrNode->getFunctionSize(); in getFuncSizeForContext()
117 if (CurrNode->getFunctionSize()) in getFuncSizeForContext()
118 Size = *CurrNode->getFunctionSize(); in getFuncSizeForContext()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h54 std::optional<uint32_t> getFunctionSize() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp127 std::optional<uint32_t> ContextTrieNode::getFunctionSize() const { in getFunctionSize() function in llvm::ContextTrieNode