Searched refs:EdgeCount (Results 1 – 3 of 3) sorted by relevance
172 uint32_t EdgeCount; in readGCNO() local173 if (!Buff.readInt(EdgeCount)) in readGCNO()175 EdgeCount = (EdgeCount - 1) / 2; in readGCNO()184 for (uint32_t i = 0, e = EdgeCount; i != e; ++i) { in readGCNO()
1316 uint64_t EdgeCount = E->CountValue; in setBranchWeights() local1317 if (EdgeCount > MaxCount) in setBranchWeights()1318 MaxCount = EdgeCount; in setBranchWeights()1319 EdgeCounts[SuccNum] = EdgeCount; in setBranchWeights()
815 const unsigned EdgeCount = in emitProfileArcs() local817 if (EdgeCount) { in emitProfileArcs()821 PHINode *Phi = BuilderForPhi.CreatePHI(Int64PtrTy, EdgeCount); in emitProfileArcs()