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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileInfoLoaderPass.cpp133 std::vector<unsigned> &ECs) {
134 if (ReadCount < ECs.size()) {
135 double weight = ECs[ReadCount++];
132 readEdge(ProfileInfo::Edge e, std::vector<unsigned> &ECs) argument
H A DProfileInfo.cpp379 EdgeWeights &ECs = J->second; local
380 double w = ECs[e];
401 ECs[n1] += neww;
402 ECs[n2] += neww;
405 ECs.erase(e);
407 ECs[e] -= neww;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp139 ProfileInfo::EdgeWeights ECs = local
141 std::vector<ProfileInfo::EdgeWeight> EdgeVector(ECs.begin(), ECs.end());

Completed in 180 milliseconds