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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DPathNumbering.cpp450 unsigned sumPaths = 0; local
459 (*succ)->setWeight(sumPaths);
464 sumPaths += succNode->getNumberPaths();
467 node->setNumberPaths(sumPaths);

Completed in 103 milliseconds