Searched refs:EdgeCount (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h37 M(EdgeCount, "edge_count", \
H A DMLInlineAdvisor.h60 int64_t EdgeCount = 0; member in class:llvm::MLInlineAdvisor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp109 EdgeCount = 0;
113 EdgeCount += getLocalCalls(F);
154 EdgeCount += (NewCallerAndCalleeEdges - Advice.CallerAndCalleeEdges);
155 assert(CurrentIRSize >= 0 && EdgeCount >= 0 && NodeCount >= 0);
234 ModelRunner->setFeature(FeatureIndex::EdgeCount, EdgeCount);
H A DBranchProbabilityInfo.cpp998 uint32_t EdgeCount = 0; local
1001 ++EdgeCount;
1009 return FoundProb ? Prob : BranchProbability(EdgeCount, succ_num);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1364 uint64_t EdgeCount = E->CountValue; local
1365 if (EdgeCount > MaxCount)
1366 MaxCount = EdgeCount;
1367 EdgeCounts[SuccNum] = EdgeCount;
H A DGCOVProfiling.cpp873 const unsigned EdgeCount =
875 if (EdgeCount) {
879 PHINode *Phi = BuilderForPhi.CreatePHI(Int64PtrTy, EdgeCount);

Completed in 118 milliseconds