Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h600 std::vector<Variable> getOrderedSymbolTable() { return varList[0]; }
676 std::vector<std::vector<Variable>> varList;
697 std::vector<Variable> getOrderedSymbolTable() { return varList[0]; }
709 std::vector<std::vector<Variable>> varList;
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1557 std::vector<std::vector<Fortran::lower::pft::Variable>> &varList) { in processSymbolTable() argument
1558 SymbolDependenceDepth sdd{varList}; in processSymbolTable()
1581 processSymbolTable(*symbol->scope(), varList);
1586 varList);
1598 processSymbolTable(*symbol->scope(), varList);
1609 processSymbolTable(*symbol->scope(), varList);
1620 processSymbolTable(*symbol->scope(), varList);
1654 processSymbolTable(*symbol->scope(), varList);
1663 processSymbolTable(*symbol->scope(), varList);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td801 let arguments = (ins Variadic<OpenMP_PointerLikeType>:$varList);
803 let assemblyFormat = [{ ( `(` $varList^ `:` type($varList) `)` )? attr-dict}];