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

  /external/llvm/include/llvm/Analysis/
PathNumbering.h 59 _basicBlock(BB), _numberPaths(0), _color(WHITE) {
115 unsigned _numberPaths;
  /external/llvm/lib/Analysis/
PathNumbering.cpp 61 return(_numberPaths);
66 _numberPaths = numberPaths;

Completed in 60 milliseconds