Searched refs:variableList (Results 1 – 1 of 1) sorted by relevance
1763 std::vector<std::vector<pft::Variable>> variableList; in buildFuncResultDependencyList() local1764 SymbolDependenceDepth sdd(variableList); in buildFuncResultDependencyList()1770 assert(!variableList[0].empty() && "must at least contain the result"); in buildFuncResultDependencyList()1771 assert(&variableList[0].back().getSymbol() == &symbol && in buildFuncResultDependencyList()1773 variableList[0].pop_back(); in buildFuncResultDependencyList()1774 return variableList[0]; in buildFuncResultDependencyList()