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

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp266 MachineInstr *KillingInstr = 0; local
281 if (!KillingInstr && KilledOperand &&
283 KillingInstr = &*I;
287 if (KillingInstr) {
288 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true);
310 MachineInstr *KillingInstr = 0; local
337 assert(KillingInstr == 0 && "Should only see one killing instruction");
339 KillingInstr = &*I;
342 if (KillingInstr) {
343 removeKillInfo(KillingInstr, KilledOperan
[all...]

Completed in 99 milliseconds