Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h69 const std::vector<unsigned> &getRawEdgeCounts() const { in getRawEdgeCounts() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoaderPass.cpp158 std::vector<unsigned> Counters = PIL.getRawEdgeCounts(); in runOnModule()