Searched defs:EdgeCounts (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 479 const EdgeCountMap &EdgeCounts) in ExtTSPImpl() 503 const EdgeCountMap &EdgeCounts) { in initialize() 959 const std::vector<std::pair<EdgeT, uint64_t>> &EdgeCounts) { in applyExtTspLayout() 980 const std::vector<std::pair<EdgeT, uint64_t>> &EdgeCounts) { in calcExtTspScore() 1008 const std::vector<std::pair<EdgeT, uint64_t>> &EdgeCounts) { in calcExtTspScore()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1307 SmallVector<uint64_t, 2> EdgeCounts(Size, 0); in setBranchWeights() local 1698 ArrayRef<uint64_t> EdgeCounts, in setProfMetadata()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1684 SmallVector<uint64_t, 2> EdgeCounts(Size, 0); in setBranchWeights() local 2297 ArrayRef<uint64_t> EdgeCounts, in setProfMetadata()
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 726 SmallVector<unsigned, 2> EdgeCounts(Size, 0); in setBranchWeights() local
|