Searched refs:EdgeCount (Results 1 – 4 of 4) sorted by relevance
120 EdgeCount = 0; in onPassEntry()124 EdgeCount += getLocalCalls(F); in onPassEntry()171 EdgeCount += (NewCallerAndCalleeEdges - Advice.CallerAndCalleeEdges); in onSuccessfulInlining()172 assert(CurrentIRSize >= 0 && EdgeCount >= 0 && NodeCount >= 0); in onSuccessfulInlining()251 ModelRunner->setFeature(FeatureIndex::EdgeCount, EdgeCount); in getAdviceImpl()
61 int64_t EdgeCount = 0; variable
92 M(EdgeCount, "edge_count", "total number of calls in the module") \
1460 uint64_t EdgeCount = E->CountValue; in setBranchWeights() local1461 if (EdgeCount > MaxCount) in setBranchWeights()1462 MaxCount = EdgeCount; in setBranchWeights()1463 EdgeCounts[SuccNum] = EdgeCount; in setBranchWeights()