Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp1254 MachineBasicBlock *ReloadMBB = li_->getMBBFromIndex(ReloadIdx); in assignRegOrStackSlotAtInterval() local
1256 if (LastReloadMBB == ReloadMBB && LastReloadSS == ReloadSS) { in assignRegOrStackSlotAtInterval()
1263 LastReloadMBB = ReloadMBB; in assignRegOrStackSlotAtInterval()
1402 MachineBasicBlock *ReloadMBB = li_->getMBBFromIndex(ReloadIdx); in assignRegOrStackSlotAtInterval() local
1404 if (LastReloadMBB == ReloadMBB && LastReloadSS == ReloadSS) { in assignRegOrStackSlotAtInterval()
1411 LastReloadMBB = ReloadMBB; in assignRegOrStackSlotAtInterval()