HomeSort by: relevance | last modified time | path
    Searched refs:SpillBefore (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterScavenging.cpp 580 MachineBasicBlock::iterator SpillBefore = P.second;
582 if (Reg != 0 && SpillBefore == MBB.end()) {
598 ScavengedInfo &Scavenged = spill(Reg, RC, SPAdj, SpillBefore, ReloadBefore);
599 Scavenged.Restore = &*std::prev(SpillBefore);
602 << " until " << *SpillBefore);
InlineSpiller.cpp 1006 MachineBasicBlock::iterator SpillBefore = std::next(MI);
1010 TII.storeRegToStackSlot(MBB, SpillBefore, NewVReg, isKill, StackSlot,
1017 BuildMI(MBB, SpillBefore, MI->getDebugLoc(), TII.get(TargetOpcode::KILL))
RegAllocFast.cpp 909 MachineBasicBlock::iterator SpillBefore =
914 spill(SpillBefore, VirtReg, PhysReg, Kill, LRI->LiveOut);

Completed in 24 milliseconds