HomeSort by relevance Sort by last modified time
    Searched refs:ECs (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 133 std::vector<unsigned> &ECs) {
134 if (ReadCount < ECs.size()) {
135 double weight = ECs[ReadCount++];
ProfileInfo.cpp 379 EdgeWeights &ECs = J->second;
380 double w = ECs[e];
401 ECs[n1] += neww;
402 ECs[n2] += neww;
405 ECs.erase(e);
407 ECs[e] -= neww;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 139 ProfileInfo::EdgeWeights ECs =
141 std::vector<ProfileInfo::EdgeWeight> EdgeVector(ECs.begin(), ECs.end());

Completed in 36 milliseconds