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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp172 uint32_t EdgeCount; local
173 if (!Buff.readInt(EdgeCount))
175 EdgeCount = (EdgeCount - 1) / 2;
184 for (uint32_t i = 0, e = EdgeCount; i != e; ++i) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1316 uint64_t EdgeCount = E->CountValue; local
1317 if (EdgeCount > MaxCount)
1318 MaxCount = EdgeCount;
1319 EdgeCounts[SuccNum] = EdgeCount;
H A DGCOVProfiling.cpp857 const unsigned EdgeCount =
859 if (EdgeCount) {
863 PHINode *Phi = BuilderForPhi.CreatePHI(Int64PtrTy, EdgeCount);

Completed in 180 milliseconds