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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackSlotColoring.cpp 82 // AllColors - If index is set, it's a spill slot, i.e. color.
86 SmallVector<BitVector, 2> AllColors;
201 AllColors.resize(1);
206 AllColors[0].resize(LastFI);
235 AllColors.resize(StackID + 1);
237 AllColors[StackID].resize(LastFI);
241 AllColors[StackID].set(FI);
248 NextColors.resize(AllColors.size());
251 for (unsigned I = 0, E = AllColors.size(); I != E; ++I)
252 NextColors[I] = AllColors[I].find_first()
    [all...]
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 69 // AllColors - If index is set, it's a spill slot, i.e. color.
73 BitVector AllColors;
184 AllColors.resize(LastFI);
207 AllColors.set(FI);
215 NextColor = AllColors.find_first();
255 NextColor = AllColors.find_next(NextColor);
339 NextColor = AllColors.find_next(NextColor);
462 AllColors.clear();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 80 // AllColors - If index is set, it's a spill slot, i.e. color.
84 BitVector AllColors;
212 AllColors.resize(LastFI);
227 AllColors.set(FI);
235 NextColor = AllColors.find_first();
348 NextColor = AllColors.find_next(NextColor);
438 NextColor = AllColors.find_next(NextColor);
756 AllColors.clear();

Completed in 423 milliseconds