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

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp288 MachineInstr *KillingInstr = nullptr; local
306 if (!KillingInstr && KilledOperand &&
308 KillingInstr = &*I;
312 if (KillingInstr) {
313 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true);
334 MachineInstr *KillingInstr = nullptr; local
368 assert(!KillingInstr && "Should only see one killing instruction");
370 KillingInstr = &MI;
373 if (KillingInstr) {
374 removeKillInfo(*KillingInstr, KilledOperan
[all...]

Completed in 160 milliseconds