Home
last modified time | relevance | path

Searched refs:EdgeCounts (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DProfileInfoLoader.h34 std::vector<unsigned> EdgeCounts; variable
67 return EdgeCounts; in getRawEdgeCounts()
DProfileDataLoader.h108 SmallVector<unsigned, 32> EdgeCounts; variable
131 ArrayRef<unsigned> getRawEdgeCounts() const { return EdgeCounts; } in getRawEdgeCounts()
/external/llvm/lib/Analysis/
DProfileDataLoader.cpp144 ReadProfilingBlock(ToolName, F, ShouldByteSwap, EdgeCounts); in ProfileDataLoader()
DProfileInfoLoader.cpp136 ReadProfilingBlock(ToolName, F, ShouldByteSwap, EdgeCounts); in ProfileInfoLoader()