Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp1255 int ReloadSS = vrm_->getStackSlot(ReloadLi->reg); in assignRegOrStackSlotAtInterval() local
1256 if (LastReloadMBB == ReloadMBB && LastReloadSS == ReloadSS) { in assignRegOrStackSlotAtInterval()
1265 LastReloadSS = ReloadSS; in assignRegOrStackSlotAtInterval()
1403 int ReloadSS = vrm_->getStackSlot(ReloadLi->reg); in assignRegOrStackSlotAtInterval() local
1404 if (LastReloadMBB == ReloadMBB && LastReloadSS == ReloadSS) { in assignRegOrStackSlotAtInterval()
1413 LastReloadSS = ReloadSS; in assignRegOrStackSlotAtInterval()