Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp258 SmallVector<unsigned, 8> ActiveBlocks; member
265 ActiveBlocks.clear(); in reset()
1007 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; in growRegion() local
1027 ActiveBlocks.push_back(Block); in growRegion()
1034 if (ActiveBlocks.size() == AddedTo) in growRegion()
1039 auto NewBlocks = makeArrayRef(ActiveBlocks).slice(AddedTo); in growRegion()
1046 AddedTo = ActiveBlocks.size(); in growRegion()
1140 for (unsigned i = 0, e = Cand.ActiveBlocks.size(); i != e; ++i) { in calcGlobalSplitCost()
1141 unsigned Number = Cand.ActiveBlocks[i]; in calcGlobalSplitCost()
1234 ArrayRef<unsigned> Blocks = GlobalCand[UsedCands[c]].ActiveBlocks; in splitAroundRegion()