OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OtherMI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
[
all
...]
TwoAddressInstructionPass.cpp
235
MachineInstr *
OtherMI
= I;
237
if (
OtherMI
->isDebugValue())
242
for (unsigned i = 0, e =
OtherMI
->getNumOperands(); i != e; ++i) {
243
MachineOperand &MO =
OtherMI
->getOperand(i);
253
if (
OtherMI
== KillMI && MOReg == SavedReg)
[
all
...]
Completed in 16 milliseconds