Home
last modified time | relevance | path

Searched refs:variableList (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1763 std::vector<std::vector<pft::Variable>> variableList; in buildFuncResultDependencyList() local
1764 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()