Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp88 DenseMap<std::pair<const RecTy *, const Init *>, VarInit *> TheVarInitPool; member
123 OS << "TheVarInitPool size = " << TheVarInitPool.size() << '\n'; in dumpAllocationStats()
2336 VarInit *&I = RK.TheVarInitPool[{T, VN}]; in get()