Lines Matching defs:it
26 // It may also be turned into either the following more efficient
89 // 2. AArch64AsmPrinter reads the LOHs from AArch64FunctionInfo and it:
234 /// \param nbRegs is used internally allocate some memory. It must be consistent
240 BlockToSetOfInstrsPerColor::iterator it = sets.find(&MBB);
241 if (it != sets.end())
242 result = it->second.get();
279 /// definition. It also consider definitions of ADRP instructions as uses and
564 MapRegToId::const_iterator It;
572 ((It = RegToId.find((MI)->getOperand(1).getReg())) == EndIt ||
573 It->second != CurReg))) {
580 // If UsesIt has several reaching definitions, it is not
590 // It would have been better if we could just remove the entry
731 InstrToInstrs::const_iterator It = UseToDefs.find(&Use);
733 if (It == UseToDefs.end() || It->second.empty())
735 const MachineInstr &Def = **It->second.begin();
780 // Currently, we didn't do it to have the same code for both DEBUG and