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

  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 139 ProfileInfo::EdgeWeights ECs =
141 std::vector<ProfileInfo::EdgeWeight> EdgeVector(ECs.begin(), ECs.end());
  /external/llvm/lib/Analysis/
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...]

Completed in 267 milliseconds