Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h123 MatrixPtr getMatrix(MatrixKeyT m) { return MatrixPool.getValue(std::move(m)); } in getMatrix()
126 MatrixCostPool MatrixPool; variable