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()
1193 uint64_t EdgeCount = E->CountValue; in setBranchWeights() local1194 if (EdgeCount > MaxCount) in setBranchWeights()1195 MaxCount = EdgeCount; in setBranchWeights()1196 EdgeCounts[SuccNum] = EdgeCount; in setBranchWeights()
803 const unsigned EdgeCount = in emitProfileArcs() local805 if (EdgeCount) { in emitProfileArcs()809 PHINode *Phi = BuilderForPhi.CreatePHI(Int64PtrTy, EdgeCount); in emitProfileArcs()