Home
last modified time | relevance | path

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

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Analysis/
H A DProfileInfoLoader.h69 const std::vector<unsigned> &getRawEdgeCounts() const { in getRawEdgeCounts() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DProfileInfoLoaderPass.cpp157 std::vector<unsigned> Counters = PIL.getRawEdgeCounts(); in runOnModule()