Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h51 typedef typename SolverT::CostAllocator CostAllocator; typedef
57 typedef typename CostAllocator::VectorPtr VectorPtr;
58 typedef typename CostAllocator::MatrixPtr MatrixPtr;
179 CostAllocator CostAlloc;
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h336 typedef PBQP::PoolCostAllocator<Vector, Matrix> CostAllocator; typedef