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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h94 void unprocess();
97 void unprocess(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
98 while (MBBI != I) unprocess();
102 /// Contrary to unprocess() this method gives precise results even in the
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp157 void RegScavenger::unprocess() { function in class:RegScavenger
158 assert(Tracking && "Cannot unprocess because we're not tracking");

Completed in 62 milliseconds