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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1341 bool IsEarlyClobber = false; local
1344 IsEarlyClobber |= DstMO.isEarlyClobber();
1402 LIS->getInstructionIndex(MI).getRegSlot(IsEarlyClobber);
1430 if (!IsEarlyClobber) {
1458 SlotIndex UseIdx = MIIdx.getRegSlot(IsEarlyClobber);

Completed in 97 milliseconds