HomeSort by relevance Sort by last modified time
    Searched full:unprocess (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 98 void unprocess();
100 /// Unprocess instructions until you reach the provided iterator.
101 void unprocess(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
102 while (MBBI != I) unprocess();
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 152 void RegScavenger::unprocess() { function in class:RegScavenger
153 assert(Tracking && "Cannot unprocess because we're not tracking");
PrologEpilogInserter.cpp     [all...]

Completed in 542 milliseconds