Searched refs:NextTop (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h65 void openTop(SlotIndex NextTop);
/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp132 void IntervalPressure::openTop(SlotIndex NextTop) { argument
133 if (TopIdx <= NextTop)

Completed in 42 milliseconds