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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1339 bool IsEarlyClobber = false; local
1342 IsEarlyClobber |= DstMO.isEarlyClobber();
1419 LIS->getInstructionIndex(MI).getRegSlot(IsEarlyClobber);
1450 if (!IsEarlyClobber) {
1480 SlotIndex UseIdx = MIIdx.getRegSlot(IsEarlyClobber);

Completed in 162 milliseconds