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

  /external/llvm/include/llvm/Analysis/
ProfileDataLoader.h 85 /// addEdgeWeight - Add 'weight' to the already stored execution count for
87 void addEdgeWeight(Edge e, unsigned weight) {
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 183 void ProfileInfoT<Function,BasicBlock>::addEdgeWeight(Edge e, double w) {
    [all...]

Completed in 451 milliseconds