Searched defs:NewRootIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp171 unsigned NewRootIdx = InsInstrs.size() - 1; local
172 return InstrDepth[NewRootIdx];
250 unsigned NewRootIdx = InsInstrs.size() - 1; local
251 MachineInstr *NewRoot = InsInstrs[NewRootIdx];

Completed in 71 milliseconds