Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1121 uint64_t DstIn = 3 * Dst; in initializeNetwork() local
1123 Network.addEdge(SrcOut, DstIn, Cost); in initializeNetwork()
1141 uint64_t DstIn = Adj.first; in extractWeights() local
1143 bool IsAuxNode = (DstIn < 3 * NumBlocks && DstIn % 3 == 2); in extractWeights()
1159 uint64_t DstIn = 3 * Dst; in extractWeights() local
1160 Flow = Network.getFlow(SrcOut, DstIn); in extractWeights()