Lines Matching defs:analyze
1476 analyze(iter.second.get());
1481 analyze(symbol);
1522 return; // no equivalence sets to analyze
1566 int analyze(const semantics::Symbol &sym) {
1570 LLVM_DEBUG(llvm::dbgs() << "analyze symbol " << &sym << " in <"
1577 analyze(*specific);
1600 analyze(s);
1624 depth = std::max(analyze(s) + 1, depth);
1630 depth = std::max(analyze(s) + 1, depth);
1647 depth = std::max(analyze(s) + 1, depth);
1653 analyze(Fortran::semantics::GetCrayPointer(ultimate)) + 1, depth);