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

  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 90 void unprocess();
92 /// Unprocess instructions until you reach the provided iterator.
93 void unprocess(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
94 while (MBBI != I) unprocess();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
RegisterScavenging.h 95 void unprocess();
97 /// Unprocess instructions until you reach the provided iterator.
98 void unprocess(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
99 while (MBBI != I) unprocess();
103 /// Contrary to unprocess() this method gives precise results even in the
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 144 void RegScavenger::unprocess() { function in class:RegScavenger
145 assert(Tracking && "Cannot unprocess because we're not tracking");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterScavenging.cpp 157 void RegScavenger::unprocess() { function in class:RegScavenger
158 assert(Tracking && "Cannot unprocess because we're not tracking");

Completed in 335 milliseconds