Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h34 typedef typename GraphT::RawVector RawVector; in applyR1() typedef
44 RawVector YCosts = G.getNodeCosts(MId); in applyR1()
182 typedef typename GraphT::RawVector RawVector; in backpropagate() typedef
190 RawVector v = G.getNodeCosts(NId); in backpropagate()
DGraph.h52 typedef typename SolverT::RawVector RawVector; typedef
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp169 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply()
438 PBQPRAGraph::RawVector NewCosts(G.getNodeCosts(NId)); in apply()
611 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h332 typedef PBQP::Vector RawVector; typedef