Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h35 std::vector<unsigned> EdgeCounts; variable
70 return EdgeCounts; in getRawEdgeCounts()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp138 ReadProfilingBlock(ToolName, F, ShouldByteSwap, EdgeCounts); in ProfileInfoLoader()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp726 SmallVector<unsigned, 2> EdgeCounts(Size, 0); in setBranchWeights() local
738 EdgeCounts[SuccNum] = EdgeCount; in setBranchWeights()
743 for (const auto &ECI : EdgeCounts) in setBranchWeights()