Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp942 using UsedNamesScopeTy = llvm::ScopedHashTable<StringRef, char>::ScopeTy; in SSANameState() typedef
944 std::tuple<Region *, unsigned, unsigned, unsigned, UsedNamesScopeTy *>; in SSANameState()
951 new (allocator.Allocate<UsedNamesScopeTy>()) UsedNamesScopeTy(usedNames); in SSANameState()
962 UsedNamesScopeTy *parentScope; in SSANameState()
969 usedNames.getCurScope()->~UsedNamesScopeTy(); in SSANameState()
975 auto *curNamesScope = new (allocator.Allocate<UsedNamesScopeTy>()) in SSANameState()
976 UsedNamesScopeTy(usedNames); in SSANameState()
989 usedNames.getCurScope()->~UsedNamesScopeTy(); in SSANameState()