Searched refs:clearVirtRegs (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp112 /// clearVirtRegs - Remove all virtual registers (after physreg assignment).
113 void MachineRegisterInfo::clearVirtRegs() { function in class:MachineRegisterInfo
H A DVirtRegMap.cpp234 MRI->clearVirtRegs();
H A DPrologEpilogInserter.cpp169 Fn.getRegInfo().clearVirtRegs();
H A DRegAllocFast.cpp1104 MRI->clearVirtRegs();
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h594 /// clearVirtRegs - Remove all virtual registers (after physreg assignment).
595 void clearVirtRegs();

Completed in 1433 milliseconds