HomeSort by relevance Sort by last modified time
    Searched refs:UseBlocks (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 95 /// UseBlocks - Blocks where CurLI has uses.
96 SmallVector<BlockInfo, 8> UseBlocks;
98 /// NumGapBlocks - Number of duplicate entries in UseBlocks for blocks where
165 ArrayRef<BlockInfo> getUseBlocks() const { return UseBlocks; }
RegAllocGreedy.cpp     [all...]
SplitKit.cpp 56 UseBlocks.clear();
156 UseBlocks.clear();
165 << UseBlocks.size() << " blocks, through "
238 UseBlocks.push_back(BI);
239 UseBlocks.back().LastInstr = LastStop;
253 UseBlocks.push_back(BI);
    [all...]

Completed in 902 milliseconds