Searched refs:unprocess (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h98 void unprocess();
101 void unprocess(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
102 while (MBBI != I) unprocess();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp152 void RegScavenger::unprocess() { function in class:RegScavenger
153 assert(Tracking && "Cannot unprocess because we're not tracking");
H A DPrologEpilogInserter.cpp856 // those registers are undefined. To avoid this situation, unprocess
861 RS->unprocess(P);

Completed in 190 milliseconds